diff --git a/ase/rel/rel.sh b/ase/rel/rel.sh index c370b2b5..80e15634 100755 --- a/ase/rel/rel.sh +++ b/ase/rel/rel.sh @@ -15,6 +15,7 @@ finalize () do if [ "$i" = "*" ]; then continue; fi if [ "$i" = "CVS" ]; then continue; fi + if [ "$i" = ".svn" ]; then continue; fi if [ "$i" = "stx" ]; then continue; fi if [ "$cur" = "" ]