diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2010-11-11 23:28:29 +0100 |
---|---|---|
committer | Jan Engelhardt <jengelh@medozas.de> | 2010-11-11 23:28:29 +0100 |
commit | f0456a832fd406d7d0c6bbcceccfc57e78160279 (patch) | |
tree | dc91de4dbd7dfea0abdeffe87492a09ef45f156b /.gitignore | |
parent | f8301ebc5697ce6c865b5a7007aca72f31fd9686 (diff) |
Update .gitignore
Limit exclusion of files to their respective directory
that they can appear in.
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 34 |
1 files changed, 17 insertions, 17 deletions
@@ -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/ |