mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-16 08:41:42 +00:00
.gitignore:
added build_rpm and quaeforge-*.tar.gz Makefile.in: added build_rpm quakeforge-*.tar.gz quakeforge.spec to distclean
This commit is contained in:
parent
adeab9e9d8
commit
f6e3e6969d
2 changed files with 3 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -8,3 +8,5 @@ config.status
|
|||
build-stamp
|
||||
ChangeLog
|
||||
quakeforge.spec
|
||||
build_rpm
|
||||
quakeforge-*.tar.gz
|
|
@ -19,6 +19,7 @@ all:
|
|||
distclean:
|
||||
rm -f config.cache config.log config.status Makefile
|
||||
rm -f common/config.h
|
||||
rm -f build_rpm quakeforge-*.tar.gz quakeforge.spec
|
||||
find . -name \*~ | xargs rm -f
|
||||
find . -name \*.bak | xargs rm -f
|
||||
for dir in $(SUBDIRS); do \
|
||||
|
|
Loading…
Reference in a new issue