aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.gitignore12
-rw-r--r--Makefile2
2 files changed, 7 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 300b650..1ef624b 100755
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,14 @@
+# binaries
*.o
*.out
+halk
+
+# swap files
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
-Session.vim
-Sessionx.vim
-.netrwhist
-*~
+
+# tags
tags
-[._]*.un~
-halk
diff --git a/Makefile b/Makefile
index 05cfded..03085c6 100644
--- a/Makefile
+++ b/Makefile
@@ -31,4 +31,4 @@ me:
a sandwich:
@exit
-.PHONY: install uninstall clean me a sandwich
+.PHONY: install uninstall clean me a sandwich dev