diff options
author | Josh Triplett <josh@freedesktop.org> | 2006-09-24 03:15:39 -0700 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2006-09-24 03:19:54 -0700 |
commit | dfbde9a4e972ed9bbd701fd6f89c3a6e6f641740 (patch) | |
tree | 469d3c13e28a72537fdb23811fcdd0944bb4e45c | |
parent | 905379e4474c0137e5dd535798ae0afb07070df6 (diff) |
Integrate top-level .gitignore into .gitignore for each subdirectory
In preparation for the repository split, move the relevant contents of the
top-level .gitignore into the .gitignore for each immediate subdirectory.
-rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -1 +1,30 @@ +aclocal.m4 +autom4te.cache +compile +depcomp +install-sh +libtool +ltmain.sh +missing +mkinstalldirs +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure configure.lineno +.deps +.dirstamp +.libs +*.lo +*.loT +*.la +Makefile +Makefile.in +stamp-h1 +*.o +*.pc +*.tar.bz2 +*.tar.gz |