diff options
author | Christoph Brill <egore911@egore911.de> | 2008-06-06 20:14:44 +0200 |
---|---|---|
committer | Christoph Brill <egore911@egore911.de> | 2008-06-06 20:14:44 +0200 |
commit | 2ee9ce25ee3803931a31e707673116d1de4ec363 (patch) | |
tree | 1ab2ca18d673e063213c1cb8742a9302ff11a0ed | |
parent | b4875de54977519dde30fada75527e023b032adc (diff) |
Add .gitignore
I copied over the .cvsignore from xf86-input-evdev and renamed it.
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fb1befd --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +Makefile +Makefile.in +*.la +*.lo +aclocal.m4 +autom4te.cache +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +missing +stamp-h1 |