mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-21 11:21:18 +00:00
clean up after build_rpm
This commit is contained in:
parent
e2242f2010
commit
056aa80627
2 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,7 @@ distclean:
|
||||||
rm -f config.cache config.log config.status Makefile
|
rm -f config.cache config.log config.status Makefile
|
||||||
rm -f common/config.h
|
rm -f common/config.h
|
||||||
rm -f rpm/{rpmmacros,build_rpm,quakeforge-*.tar.gz,quakeforge.spec}
|
rm -f rpm/{rpmmacros,build_rpm,quakeforge-*.tar.gz,quakeforge.spec}
|
||||||
|
rm -rf rpm/{BUILD,RPMS,SOURCES,SPECS,SRPMS}
|
||||||
find . -name \*~ | xargs rm -f
|
find . -name \*~ | xargs rm -f
|
||||||
find . -name \*.bak | xargs rm -f
|
find . -name \*.bak | xargs rm -f
|
||||||
find . -name '.#*' | xargs rm -f
|
find . -name '.#*' | xargs rm -f
|
||||||
|
|
5
rpm/.gitignore
vendored
5
rpm/.gitignore
vendored
|
@ -1,3 +1,8 @@
|
||||||
quakeforge.spec
|
quakeforge.spec
|
||||||
build_rpm
|
build_rpm
|
||||||
rpmmacros
|
rpmmacros
|
||||||
|
BUILD
|
||||||
|
RPMS
|
||||||
|
SOURCES
|
||||||
|
SPECS
|
||||||
|
SRPMS
|
||||||
|
|
Loading…
Reference in a new issue