ignore .swp files

This commit is contained in:
Adeeb Shihadeh 2023-12-16 18:15:09 -08:00
parent 4df237c512
commit ca10fb2410
1 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -158,3 +158,6 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
*.swp
*.swo