/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:
parent
111db2622a
commit
83c2c4e738
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user