[libdvdcss-devel] build: Clean up .gitignore patterns
Diego Biurrun
git at videolan.org
Mon Oct 20 19:14:56 CEST 2014
libdvdcss | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Oct 20 11:58:59 2014 +0200| [e23b0b8704722f53387e83b2b93eca2a3da0f5e7] | committer: Jean-Baptiste Kempf
build: Clean up .gitignore patterns
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=e23b0b8704722f53387e83b2b93eca2a3da0f5e7
---
.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
More information about the libdvdcss-devel
mailing list