]> Lady’s Gitweb - Shushe/blobdiff - GNUmakefile
Update allowed characters; make find more selective
[Shushe] / GNUmakefile
index 0b644c2d2e06ec369e77ba39b618ebeb032340b4..bcba827b8f63519de1c829f6c4c6def96ffdfd7c 100644 (file)
@@ -149,9 +149,7 @@ MAGICDIR := $(patsubst ./%,%,$(THISDIR)/magic)
 # By default, `find´ will not follow symlinks and will use extended
 # regular expressions, ignoring hidden files and those which begin with
 # a period.
-FINDOPTS := -PE
-FINDRULES := -flags -nohidden -and -not -name '.*'
-FINDINCLUDEOPTS := $(FINDOPTS)
+FINDRULES := -flags -nohidden -and ! '(' '(' -name '[.-]*' -or -name '*[:|$$%]*' ')' -and -prune ')'
 FINDINCLUDERULES := $(FINDRULES)
 
 # The list of parsers for plaintext file types.
This page took 0.05405 seconds and 4 git commands to generate.