scan xml files
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 13 Dec 2011 15:23:26 +0000 (16:23 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 13 Dec 2011 15:23:26 +0000 (16:23 +0100)
Makefile

index 47dbacc..4228020 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|xml|dg)$$' 
+       @find . -type f | egrep -v '^\./\.|/\.git/|/\.svn/|TAGS|AA-|~$$|egg-info|\.(py[co]|doc|html|pdf|png|svg|out|bak|dg)$$' 
 tags:  
        $(MAKE) scan | xargs etags