More small fixes
[senf.git] / tools / find-sources.sh
index ecc3267..3c2c283 100755 (executable)
@@ -21,6 +21,7 @@ set -f
 
 find . \
     -name .svn -prune -o \
+    -name .git -prune -o \
     -name doc -prune -o \
     -name debian -prune -o \
     -name dist -prune -o \