Merge pull request #2282 from Hzj-jie/master

Exclude *.un~ (vim undo file) from git
pull/2284/head
Qingping Hou 8 years ago committed by GitHub
commit 039af34bb3

1
.gitignore vendored

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

Loading…
Cancel
Save