diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2008-07-10 19:32:22 +0930 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2008-07-10 19:32:22 +0930 |
commit | ef4bb69c1a64e784fef1c758ee439372ba329b0a (patch) | |
tree | 36abb112facafb00f27d41a963e80a4f7971d6c4 /.gitignore | |
parent | Add support for device properties, currently MB emulation and timeout. (diff) | |
download | xf86-input-evdev-ef4bb69c1a64e784fef1c758ee439372ba329b0a.tar.gz xf86-input-evdev-ef4bb69c1a64e784fef1c758ee439372ba329b0a.tar.bz2 xf86-input-evdev-ef4bb69c1a64e784fef1c758ee439372ba329b0a.zip |
Add .gitignore file.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..38eebd9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +*.patch +ChangeLog +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +man/evdev.4 +missing +.deps +.libs +*.lo +*.la +stamp-h1 +*.bz2 +*.gz |