adds .gitignore
This commit is contained in:
commit
8e8fc266ea
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# Ignore Vim backup files
|
||||||
|
*~
|
||||||
|
|
||||||
|
# Ignore Vim undo files
|
||||||
|
*.un~
|
||||||
|
|
Loading…
Reference in a new issue