[libdvdcss-devel] [PATCH 06/25] build: Clean up .gitignore patterns

Diego Biurrun diego at biurrun.de
Mon Oct 20 11:58:59 CEST 2014


---
 .gitignore | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore
index 90caa18..3b03515 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,3 @@
-.deps
-/*.la
-/.auto
 /.libs
 /ChangeLog
 /Makefile
@@ -12,8 +9,8 @@
 /configure
 /depcomp
 /install-sh
-/libdvdcss*.tar.bz2
-/libdvdcss*.tar.gz
+/libdvdcss.la
+/libdvdcss*.tar.*
 /libtool
 /ltmain.sh
 /missing
@@ -24,11 +21,13 @@
 /m4/lt*.m4
 /src/*.lo
 /src/*.o
+/src/.deps
 /src/.dirstamp
 /src/.libs
 /src/libdvdcss.pc
 /test/*.exe
 /test/*.o
+/test/.deps
 /test/.dirstamp
 /test/.libs
 /test/csstest
-- 
1.9.1



More information about the libdvdcss-devel mailing list