summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-11-29 10:15:15 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2012-11-29 10:15:35 +1000
commit5dae1392550e965636165145271a0f0e9025be95 (patch)
treea061f80f6126397afd45b45fb499fc7e22e92fcc
parentf22c50f9c97e705bd6afcf106abf4e8761094409 (diff)
Auto-generate gitignoreHEADmaster
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--src/.gitignore51
-rw-r--r--src/Makefile.am5
2 files changed, 55 insertions, 1 deletions
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 0000000..7fad6c7
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,51 @@
+33138
+39663
+44655
+abs
+absrel
+abs_throttle
+allaxes
+allbtn
+alps
+barcode
+btn0
+btn0_left
+btn_only
+btn_touch
+darwin_tablet
+dummy
+egalax
+elantech
+hdaps
+hwheel_only
+hwheel_scroll
+isdv4
+joystick
+keyboardmouse
+kvm
+mouse
+mousekbd
+mx_revolution
+nobtn
+no_proximity_tablet
+ntrig
+ntrig_pen
+pen
+powermate
+printf-device
+qemu
+relmisc
+relwheel
+relz
+rumblepad
+scroll_down
+synaptics
+synaptics_central_edges
+thirdaxis
+touch
+touch-protocol-b
+trackpoint
+void
+wacom
+waltop
+xen-vp
diff --git a/src/Makefile.am b/src/Makefile.am
index 304a39d..21cc041 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -76,4 +76,7 @@ noinst_LIBRARIES=$(LIBNAME)
libfakedev_a_SOURCES=fakedev.c fakedev.h
-$(noinst_PROGRAMS): $(LIBNAME)
+$(noinst_PROGRAMS): $(LIBNAME) gitignore
+
+gitignore:
+ find . -executable -type f -printf "%P\n" | uniq | sort > .gitignore