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

This commit is contained in:
Zijie He
2016-10-11 16:51:35 -07:00
parent 95f5021ed9
commit a8b6155332

1
.gitignore vendored
View File

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