From c95ef59ea80ceb42c02ebbb79bf9bc553a400959 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Sun, 10 Oct 2010 02:31:55 -0400 Subject: [PATCH] Ignore all *.a files, testsound the ruamoko/ dir had some .a libs that needed ignoring, and libs/audio/testsound should be ignored too. --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b6bba3082..b2e11ecb3 100644 --- a/.gitignore +++ b/.gitignore @@ -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