shithub: libdvdcss

Download patch

ref: be8000902de468717540e678bdf9c000af2e98f3
parent: b9def08ea38f7509a039a362f20a996914c1545b
author: Diego Biurrun <diego@biurrun.de>
date: Thu Feb 14 13:58:52 EST 2013

gitignore: Use directory-specific patterns; use wildcard for config.foo

Signed-off-by: Diego Biurrun <diego@biurrun.de>

--- a/.gitignore
+++ b/.gitignore
@@ -1,37 +1,30 @@
-*-stamp
-*.a
-*.exe
-*.la
-*.lo
-*.o
-*.pc
-.auto
 .deps
-.dirstamp
-.libs
+/*.exe
+/*.la
+/.auto
+/.libs
+/ChangeLog
+/Makefile
+/Makefile.in
+/aclocal.m4
+/autom4te.cache
+/config.*
+/configure
+/csstest
+/depcomp
+/dvd_region
+/install-sh
+/libdvdcss*.tar.bz2
+/libdvdcss*.tar.gz
+/libtool
+/ltmain.sh
+/missing
+/stamp-*
+/doc/doxygen.cfg
+/doc/html
 /m4/libtool.m4
 /m4/lt*.m4
-ChangeLog
-Makefile
-Makefile.in
-aclocal.m4
-autom4te.cache
-config.cache
-config.guess
-config.h
-config.h.in
-config.log
-config.status
-config.sub
-configure
-csstest
-depcomp
-doc/doxygen.cfg
-doc/html
-doc/latex
-dvd_region
-install-sh
-libtool
-ltmain.sh
-missing
-stamp-*
+/src/*.lo
+/src/*.o
+/src/.dirstamp
+/src/libdvdcss.pc