diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2011-01-26 13:13:06 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2011-01-26 13:13:06 +0100 |
commit | 442bc4e7697a3f20ce9a24df630324d94cd22ba6 (patch) | |
tree | 23a34f58a4d0197805eee08fd5547fab23c3a3bb | |
parent | 7f93b47af1ed16a9f0481aac6c4635aa1a434fac (diff) | |
download | input-442bc4e7697a3f20ce9a24df630324d94cd22ba6.tar.gz |
add .gitignore
-rw-r--r-- | .gitignore | 19 | ||||
-rw-r--r-- | mk/.gitignore | 1 |
2 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d3c8780 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +Make.config +BTN.h +BUS.h +EV.h +KEY.h +REL.h +ABS.h +LED.h +MSC.h +REP.h +SND.h +SW.h +lircd.conf +input-events +input-kbd +input-recv +input-send +lsinput +*.o diff --git a/mk/.gitignore b/mk/.gitignore new file mode 100644 index 0000000..4985818 --- /dev/null +++ b/mk/.gitignore @@ -0,0 +1 @@ +*.dep |