CONTRIB: Add vi file extensions to .gitignore

*.swp and *.swo file extensions are used by vi. Very annoying to not have them
ignored by git.
This commit is contained in:
Frédéric Lécaille 2023-06-02 17:09:37 +02:00
parent 29a1d3679b
commit 64d0ed515b
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -38,6 +38,7 @@
*.rej
*.orig
*.bak
*.sw[op]
# And reject some specific files
/admin/halog/halog
/admin/dyncookie/dyncookie