Improve ignore pattern for vim swap files to not match SWIG *.swg files
This commit is contained in:
parent
1097fc99ff
commit
66b22e6178
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -3,7 +3,7 @@
|
|||
*.class
|
||||
|
||||
# Editor files and various other junk
|
||||
*.sw?
|
||||
.*.sw?
|
||||
*.bak
|
||||
|
||||
# Local PCRE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue