further refine check-conflicts to avoid false positives
[freeside.git] / Makefile
index b9afd42..bb99a7b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -409,7 +409,7 @@ clean:
        make clean
 
 check-conflicts:
-       ! grep -r --exclude=config.log --exclude=config.status --exclude=gnupg_details_on_output_formats --exclude=mason_handler. '^=======$$' .
+       ! grep -r --exclude='*config.log.*' '--exclude=*config.status.*' --exclude=gnupg_details_on_output_formats '--exclude=*mason_handler.*' '^=======$$' .
 
 #these are probably only useful if you're me...