mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 04:21:51 +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
|
||||
*.lo
|
||||
*.obj
|
||||
*.a
|
||||
*.o
|
||||
*~
|
||||
autom4te.cache/
|
||||
|
@ -109,6 +110,7 @@ core
|
|||
# /libs/
|
||||
|
||||
# /libs/audio/
|
||||
/libs/audio/testsound
|
||||
|
||||
# /libs/audio/cd/
|
||||
|
||||
|
@ -186,7 +188,6 @@ core
|
|||
/nq/include/stamp-h
|
||||
|
||||
# /nq/source/
|
||||
/nq/source/*.a
|
||||
/nq/source/*.d
|
||||
/nq/source/fbset_modes_l.c
|
||||
/nq/source/fbset_modes_y.c
|
||||
|
@ -213,7 +214,6 @@ core
|
|||
/qtv/include/config.h
|
||||
|
||||
# /qtv/source/
|
||||
/qtv/source/*.a
|
||||
/qtv/source/*.d
|
||||
/qtv/source/*.i
|
||||
/qtv/source/*.s
|
||||
|
@ -228,7 +228,6 @@ core
|
|||
/qw/include/config.h
|
||||
|
||||
# /qw/source/
|
||||
/qw/source/*.a
|
||||
/qw/source/*.d
|
||||
/qw/source/*.i
|
||||
/qw/source/*.s
|
||||
|
|
Loading…
Reference in a new issue