summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore6
-rw-r--r--Makefile2
2 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..76476fc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+*.o
+config.h
+slock
+*.orig
+*.rej
+*.diff
diff --git a/Makefile b/Makefile
index f4ffbb7..b415436 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ slock: ${OBJ}
clean:
@echo cleaning
- @rm -f slock ${OBJ} slock-${VERSION}.tar.gz
+ @rm -f slock ${OBJ} slock-${VERSION}.tar.gz config.h
dist: clean
@echo creating dist tarball