diff options
author | Zephaniah E. Hull <warp@agamemnon.b5> | 2006-07-25 16:00:44 -0400 |
---|---|---|
committer | Zephaniah E. Hull <warp@agamemnon.b5> | 2006-07-25 16:00:44 -0400 |
commit | 63f7edf7862032221e25de3c59fee1158d616597 (patch) | |
tree | 579399ce79be93d511a35621c280588f804e1db1 /.gitignore | |
parent | pass maxval correctly to xf86InitValuatorAxisDeviceStruct (diff) | |
parent | Replace the old two buffer approach to handling rel emulation of abs axes, (diff) | |
download | xf86-input-evdev-63f7edf7862032221e25de3c59fee1158d616597.tar.gz xf86-input-evdev-63f7edf7862032221e25de3c59fee1158d616597.tar.bz2 xf86-input-evdev-63f7edf7862032221e25de3c59fee1158d616597.zip |
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-input-evdev into input-hotplug
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..da4f97a --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +Makefile +Makefile.in +ChangeLog +xf86-input-evdev-*.tar.bz2 +xf86-input-evdev-*.tar.gz +*.la +*.lo +aclocal.m4 +autom4te.cache +compile +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +missing +stamp-h1 +.*.swp |