Discussion:
[libdvdcss-devel] build: Clean up .gitignore patterns
Diego Biurrun
2014-10-20 17:10:21 UTC
Permalink
libdvdcss | branch: master | Diego Biurrun <***@biurrun.de> | Mon Oct 20 11:58:59 2014 +0200| [7f8f0de5160a87f44917fd92f680a5a4b62ee900] | committer: Jean-Baptiste Kempf

build: Clean up .gitignore patterns
http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=7f8f0de5160a87f44917fd92f680a5a4b62ee900
---

.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
Diego Biurrun
2014-10-20 17:14:56 UTC
Permalink
libdvdcss | branch: master | Diego Biurrun <***@biurrun.de> | Mon Oct 20 11:58:59 2014 +0200| [e23b0b8704722f53387e83b2b93eca2a3da0f5e7] | committer: Jean-Baptiste Kempf

build: Clean up .gitignore patterns
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
Diego Biurrun
2014-10-21 19:17:05 UTC
Permalink
libdvdcss | branch: master | Diego Biurrun <***@biurrun.de> | Mon Oct 20 11:58:59 2014 +0200| [c80178b650a5f9ca007be40cf007b2a8696331df] | committer: Diego Biurrun

build: Clean up .gitignore patterns
http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=c80178b650a5f9ca007be40cf007b2a8696331df
---

.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

Loading...