diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-06-13 14:44:13 +1000 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-06-13 14:44:13 +1000 |
| commit | 4fe587a2e129a2ed914844186fbcf70b65ce5ac8 (patch) | |
| tree | 47aafe5faaf595b335bda1fee80b85652fb23ef6 /.gitignore | |
| parent | ee5421470a92d66ff79098f68e2ceb99c4cbfd3c (diff) | |
git(ignore): Ignore swap files and other temporary editor files
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |
