X-Git-Url: https://git.ladys.computer/Shushe/blobdiff_plain/49d18f0e25e2051303029e5cee01c87cf5413231..4e4c927c458dd77fd0f6cdac5be14f964525e8b1:/GNUmakefile diff --git a/GNUmakefile b/GNUmakefile index bbeffb0..ee342ec 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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.