skip pickle files when running make scan
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 19 Mar 2012 11:28:13 +0000 (12:28 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 19 Mar 2012 11:28:13 +0000 (12:28 +0100)
Makefile

index e20796f..63af466 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@ force:
 ##########
 # a lot of stuff in the working dir is just noise
 scan:
-       @find . -type f | egrep -v '^\./\.|/\.git/|/\.svn/|TAGS|AA-|~$$|egg-info|\.(py[co]|doc|html|pdf|png|svg|out|bak|dg)$$' 
+       @find . -type f | egrep -v '^\./\.|/\.git/|/\.svn/|TAGS|AA-|~$$|egg-info|\.(py[co]|doc|html|pdf|png|svg|out|bak|dg|pickle)$$' 
 tags:  
        $(MAKE) scan | xargs etags