commit 0d5b94030b9645b15012f93669b05f07a110ccad parent 837516fd18a14210ffb6cb46311ddd7fe9979c70 Author: thing1 <thing1@seacrossedlovers.xyz> Date: Thu, 9 Oct 2025 12:19:16 +0100 made swap files be ignored Diffstat:
| M | .gitignore | | | 1 | + |
| D | .lex.h.swp | | | 0 |
2 files changed, 1 insertion(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1,3 +1,4 @@ *.o *.html +*.swp hlc diff --git a/.lex.h.swp b/.lex.h.swp Binary files differ.