scripts/brp-cleanup.in: Remove .gitignore files as well

This commit is contained in:
Дмитрий Левин 2008-10-17 14:46:22 +00:00
parent e4ee0c28f8
commit 213c77b2d2

View File

@ -56,6 +56,7 @@ find .$RPM_CLEANUP_TOPDIR -type f \( \
-o -name TAGS \
-o -name core \
-o -name .cvsignore \
-o -name .gitignore \
-o \( -path '*/.deps/*' -a -name '*.P' \) \
\) -print0 |
xargs -r0 rm -vf --