summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-06-13 14:44:13 +1000
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-06-13 14:44:13 +1000
commit4fe587a2e129a2ed914844186fbcf70b65ce5ac8 (patch)
tree47aafe5faaf595b335bda1fee80b85652fb23ef6 /.gitignore
parentee5421470a92d66ff79098f68e2ceb99c4cbfd3c (diff)
git(ignore): Ignore swap files and other temporary editor files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 45788ee..9337c9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,4 +13,9 @@ docs/book/*
# Coverage outputs
coverage.info
-coverage/ \ No newline at end of file
+coverage/
+
+# Other weird things
+*.swp
+*.tar.gz
+1 \ No newline at end of file