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:
Jeff Teunissen 2010-10-10 02:31:55 -04:00 committed by Bill Currie
parent 0d0e7bfe18
commit c95ef59ea8

5
.gitignore vendored
View file

@ -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