summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWatson Wheeler <git@tazy.dev>2026-07-02 19:39:49 +1000
committerWatson Wheeler <git@tazy.dev>2026-07-02 19:39:49 +1000
commit1f69dbfe0b15baa89db92b17ce30cf3abe65e47a (patch)
tree30deabc3dfe4b4e1941a4ac13acc8be35fd8cf61
parent722fd2cbe500dbaffd4a3b508cd9e3ea3488e529 (diff)
git(ignore): Ignore swap files and other temporary editor files
merge conflicts suck
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1c1bf71..06dcbf6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,8 @@ compile_commands.json
# Vim leftovers
*.swp
1
+
+# Other weird things
+*.swp
+*.tar.gz
+1