.gitignore: add *.*swp (mainly for Kate)

This commit is contained in:
Aminda Suomalainen 2023-02-20 11:15:21 +02:00
parent d65e51acb4
commit c532e88f38
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -4,3 +4,5 @@
node_modules/
# gdb logs aren't needed eihter
gdb.txt
# Kate does .kate-swp
*.*swp