diff options
-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 |