scripts/brp-cleanup.in: Remove .gitignore files as well
This commit is contained in:
parent
e4ee0c28f8
commit
213c77b2d2
@ -56,6 +56,7 @@ find .$RPM_CLEANUP_TOPDIR -type f \( \
|
|||||||
-o -name TAGS \
|
-o -name TAGS \
|
||||||
-o -name core \
|
-o -name core \
|
||||||
-o -name .cvsignore \
|
-o -name .cvsignore \
|
||||||
|
-o -name .gitignore \
|
||||||
-o \( -path '*/.deps/*' -a -name '*.P' \) \
|
-o \( -path '*/.deps/*' -a -name '*.P' \) \
|
||||||
\) -print0 |
|
\) -print0 |
|
||||||
xargs -r0 rm -vf --
|
xargs -r0 rm -vf --
|
||||||
|
Loading…
Reference in New Issue
Block a user