Exclude *.un~ (vim undo file) from git

pull/2282/head
Zijie He 8 years ago
parent 95f5021ed9
commit a8b6155332

1
.gitignore vendored

@ -1,5 +1,6 @@
*.swp *.swp
*.swo *.swo
*.un~
cscope.* cscope.*
*.orig *.orig
lua lua

Loading…
Cancel
Save