summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Rumbaugh <doug@douglasrumbaugh.com>2021-12-19 23:03:45 -0500
committerDouglas Rumbaugh <doug@douglasrumbaugh.com>2021-12-19 23:03:45 -0500
commit1cb89c4f15140122532b956e4e48f9674523f546 (patch)
tree4edb2f2f51e05f463d91fe43154f37ab10eef6b0
parent4ebfcc2fdc9a48067a149652b91e6103e1f048c3 (diff)
downloadslock-1cb89c4f15140122532b956e4e48f9674523f546.tar.gz
Repository logistics changes
-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