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:
parent
29a1d3679b
commit
64d0ed515b
|
@ -38,6 +38,7 @@
|
||||||
*.rej
|
*.rej
|
||||||
*.orig
|
*.orig
|
||||||
*.bak
|
*.bak
|
||||||
|
*.sw[op]
|
||||||
# And reject some specific files
|
# And reject some specific files
|
||||||
/admin/halog/halog
|
/admin/halog/halog
|
||||||
/admin/dyncookie/dyncookie
|
/admin/dyncookie/dyncookie
|
||||||
|
|
Loading…
Reference in New Issue