mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
1.0.5.48: Git friendly clean.sh
* Ignore .git.
This commit is contained in:
parent
46d8e06740
commit
2e498cbcb0
1
clean.sh
1
clean.sh
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue