From: ivan Date: Wed, 15 Jun 2011 02:40:10 +0000 (+0000) Subject: further refine check-conflicts to avoid false positives X-Git-Tag: freeside_2_3_0~123 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=41c4553e7135613034cd8ee893e59ccf14ba9e77 further refine check-conflicts to avoid false positives --- diff --git a/Makefile b/Makefile index bb99a7b79..f74379727 100644 --- 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...