[PATCH 5/5] Update .gitignore

Jan Engelhardt jengelh at medozas.de
Sun Nov 28 06:47:03 PST 2010


Limit exclusion of files to their respective directory
that they can appear in.

Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
---
 .gitignore |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/.gitignore b/.gitignore
index a640dea..9f41f50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,23 +1,23 @@
 *.lo
 *.o
-ChangeLog
-INSTALL
+/ChangeLog
+/INSTALL
 Makefile
 Makefile.in
-aclocal.m4
-autom4te.cache/
-config.guess
-config.log
-config.status
-config.sub
-configure
-depcomp
-install-sh
-libtool
-ltmain.sh
-missing
-stamp-h1
-xkbcommon.pc
-ylwrap
+/aclocal.m4
+/autom4te.cache/
+/config.guess
+/config.log
+/config.status
+/config.sub
+/configure
+/depcomp
+/install-sh
+/libtool
+/ltmain.sh
+/missing
+/stamp-h1
+/xkbcommon.pc
+/ylwrap
 .deps/
 .libs/
-- 
1.7.1




More information about the xorg mailing list