diff options
author | Bradley Sepos <[email protected]> | 2015-09-10 12:39:11 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2015-09-10 12:39:11 -0400 |
commit | e63697546488141bf028296ee38f01871a7bbcc2 (patch) | |
tree | d8950f49d78ddfec9164b0b34d880f551f0101e0 /.gitignore | |
parent | 58c93ec890dcbe6abd1019b168e7f6a8c2614180 (diff) |
git: Use more absolute paths in .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore index 7d64025a5..fda060248 100644 --- a/.gitignore +++ b/.gitignore @@ -11,15 +11,16 @@ build/ build.*/ download/ -# autoconf spam -Makefile.in -aclocal.m4 -autom4te.cache -compile -config.guess -config.h.in -config.sub -depcomp -install-sh -ltmain.sh -missing +# Gtk autoconf spam +gtk/Makefile.in* +gtk/*/Makefile.in* +gtk/aclocal.m4 +gtk/autom4te.cache +gtk/compile +gtk/config.* +gtk/configure +gtk/depcomp +gtk/install-sh +gtk/ltmain.sh +gtk/missing + |