mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 12:31:10 +00:00
Ignore all *.a files, testsound
the ruamoko/ dir had some .a libs that needed ignoring, and libs/audio/testsound should be ignored too.
This commit is contained in:
parent
0d0e7bfe18
commit
c95ef59ea8
1 changed files with 2 additions and 3 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -3,6 +3,7 @@
|
||||||
*.la
|
*.la
|
||||||
*.lo
|
*.lo
|
||||||
*.obj
|
*.obj
|
||||||
|
*.a
|
||||||
*.o
|
*.o
|
||||||
*~
|
*~
|
||||||
autom4te.cache/
|
autom4te.cache/
|
||||||
|
@ -109,6 +110,7 @@ core
|
||||||
# /libs/
|
# /libs/
|
||||||
|
|
||||||
# /libs/audio/
|
# /libs/audio/
|
||||||
|
/libs/audio/testsound
|
||||||
|
|
||||||
# /libs/audio/cd/
|
# /libs/audio/cd/
|
||||||
|
|
||||||
|
@ -186,7 +188,6 @@ core
|
||||||
/nq/include/stamp-h
|
/nq/include/stamp-h
|
||||||
|
|
||||||
# /nq/source/
|
# /nq/source/
|
||||||
/nq/source/*.a
|
|
||||||
/nq/source/*.d
|
/nq/source/*.d
|
||||||
/nq/source/fbset_modes_l.c
|
/nq/source/fbset_modes_l.c
|
||||||
/nq/source/fbset_modes_y.c
|
/nq/source/fbset_modes_y.c
|
||||||
|
@ -213,7 +214,6 @@ core
|
||||||
/qtv/include/config.h
|
/qtv/include/config.h
|
||||||
|
|
||||||
# /qtv/source/
|
# /qtv/source/
|
||||||
/qtv/source/*.a
|
|
||||||
/qtv/source/*.d
|
/qtv/source/*.d
|
||||||
/qtv/source/*.i
|
/qtv/source/*.i
|
||||||
/qtv/source/*.s
|
/qtv/source/*.s
|
||||||
|
@ -228,7 +228,6 @@ core
|
||||||
/qw/include/config.h
|
/qw/include/config.h
|
||||||
|
|
||||||
# /qw/source/
|
# /qw/source/
|
||||||
/qw/source/*.a
|
|
||||||
/qw/source/*.d
|
/qw/source/*.d
|
||||||
/qw/source/*.i
|
/qw/source/*.i
|
||||||
/qw/source/*.s
|
/qw/source/*.s
|
||||||
|
|
Loading…
Reference in a new issue