Utils: Add SENF_CHECK_EQUAL_COLLECTIONS() unit-test for better char range support
[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 \