diff options
author | Matthieu Herrb <matthieu@deville.herrb.com> | 2007-05-30 23:33:56 -0600 |
---|---|---|
committer | Matthieu Herrb <matthieu@deville.herrb.com> | 2007-05-30 23:33:56 -0600 |
commit | 62bce174e7a3c896fabe40813639e479d9652452 (patch) | |
tree | 3c2311078e2b689e48d09c08e1026f79a132a41d /.gitignore | |
parent | 1af7e022be2bcbcf50d12c0c3847a853a911347c (diff) |
Add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5bd25d2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +*~ +*.la +*.lo +.#* +.deps +.libs +Makefile +Makefile.in +aclocal.m4 +ati.4 +ati.4x +autom4te.cache +compile +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +configure.lineno +cscope.files +cscope.out +depcomp +install-sh +libtool +ltmain.sh +missing +stamp-h1 |