/head: changeset 126

Now the clean target removes .svn/auth/{username,password} so that
these don't accidentally get included in anybody's source.
This commit is contained in:
jgoerzen 2002-07-17 23:55:52 +01:00
parent 111db2622a
commit 83c2c4e738
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ clean:
-rm -f `find . -name "*.class"`
-rm -f `find . -name "*.bak"`
-rm -f `find . -name ".cache*"`
-find . -name auth -exec rm -vf {}/password {}/username \;
changelog:
cvs2cl