1.0.5.48: Git friendly clean.sh

* Ignore .git.
This commit is contained in:
Nikodemus Siivola 2007-05-15 12:27:59 +00:00
parent 46d8e06740
commit 2e498cbcb0
2 changed files with 2 additions and 1 deletions

View file

@ -77,6 +77,7 @@ find . \( \
-name '{arch}' -o \
-name CVS -o \
-name .hg -o \
-name .git -o \
-name .svn \) -type d -prune -o \
\( \
-type l -o \

View file

@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
"1.0.5.47"
"1.0.5.48"