]> Lady’s Gitweb - Shushe/blobdiff - GNUmakefile
Disallow a few more characters in file·names
[Shushe] / GNUmakefile
index bbeffb0ded2685ae78b8d597924531ae2233ef9b..ee342ec1a1f627026ce2df8f527b0775ddd3a3c0 100644 (file)
@@ -150,7 +150,7 @@ MAGICDIR := $(patsubst ./%,%,$(THISDIR)/magic)
 #
 # By default, `find´ will ignore hidden files, those which begin with a
 # period, and those which are likely to cause problems for `make´.
-FINDRULES := -flags -nohidden -and ! '(' '(' -name '[.-]*' -or -name '*[:|$$%]*' ')' -and -prune ')'
+FINDRULES := -flags -nohidden -and ! '(' '(' -name '[.-]*' -or -name '*[][*?:|$$%\#;]*' ')' -and -prune ')'
 FINDINCLUDERULES := $(FINDRULES)
 
 # The list of parsers for plaintext file types.
This page took 0.021406 seconds and 4 git commands to generate.