added dump() methods for ICMPv6 PacketTypes
[senf.git] / tools / find-sources.sh
index ecc3267..b148154 100755 (executable)
@@ -21,9 +21,11 @@ set -f
 
 find . \
     -name .svn -prune -o \
+    -name .git -prune -o \
     -name doc -prune -o \
     -name debian -prune -o \
     -name dist -prune -o \
+    -name build -prune -o \
     -name "*.a" -o \
     -name "*.o" -o \
     -name "*~" -o \