Ignore .svn dir as well as CVS dir.
This commit is contained in:
parent
7195fe3325
commit
9ac537eb7c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ case $# in
|
|||
# Create .depend files ...
|
||||
1)
|
||||
echo "Creating .depend files in $1"
|
||||
for dir in `find $1 -type d ! -name CVS`
|
||||
for dir in `find $1 -type d ! -name CVS ! -name .svn`
|
||||
do
|
||||
touch $dir/.depend
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue