From 442bc4e7697a3f20ce9a24df630324d94cd22ba6 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 26 Jan 2011 13:13:06 +0100 Subject: add .gitignore --- .gitignore | 19 +++++++++++++++++++ mk/.gitignore | 1 + 2 files changed, 20 insertions(+) create mode 100644 .gitignore create mode 100644 mk/.gitignore 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 -- cgit