diff options
author | s-over-4 | 2023-06-16 00:17:17 -0400 |
---|---|---|
committer | s-over-4 | 2023-06-16 00:17:17 -0400 |
commit | e398038b94efc2144bb6941f5e95e6557b8ac7f4 (patch) | |
tree | 455724ed3072546d9105debbf56b8b86c4d99aae | |
parent | 38235977871d491eba0f8160af4c04742800d9bf (diff) |
Makefile, .gitignore
-rwxr-xr-x | .gitignore | 12 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 7 insertions, 7 deletions
@@ -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 @@ -31,4 +31,4 @@ me: a sandwich: @exit -.PHONY: install uninstall clean me a sandwich +.PHONY: install uninstall clean me a sandwich dev |