mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2025-04-04 08:22:47 +00:00
- Added/updated gitignore files.
- Added dist tarballs to bootstrap clean.
This commit is contained in:
parent
e50cadface
commit
7a6eb9d465
5 changed files with 9 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -17,3 +17,4 @@ stamp-*
|
|||
compile
|
||||
libltdl
|
||||
ltmain.sh
|
||||
quake2-*.tar.gz
|
||||
|
|
|
@ -7,8 +7,9 @@ if [ "$1" = "clean" ]; then
|
|||
find . -name Makefile.in -print0 | xargs -r0 rm -f
|
||||
rm -f aclocal.m4 install-sh missing mkinstalldirs \
|
||||
stamp-* tags configure config.* \
|
||||
compile depcomp ltmain.sh
|
||||
compile depcomp ltmain.sh libtool
|
||||
rm -rf autom4te.cache libltdl
|
||||
rm -rf quake2-*.tar.gz
|
||||
find . -name '*~' -print0 | xargs -r0 rm -f
|
||||
find . -name '*.rej' -print0 | xargs -r0 rm -f
|
||||
find . -name '*.orig' -print0 | xargs -r0 rm -f
|
||||
|
|
2
data/.gitignore
vendored
Normal file
2
data/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
Makefile
|
||||
Makefile.in
|
2
data/baseq2/.gitignore
vendored
Normal file
2
data/baseq2/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
Makefile
|
||||
Makefile.in
|
2
data/pixmaps/.gitignore
vendored
Normal file
2
data/pixmaps/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
Makefile
|
||||
Makefile.in
|
Loading…
Reference in a new issue