Ignore vim backup files.

This commit is contained in:
Tom Verbeure 2019-03-23 22:34:22 +00:00
parent 95c3e436dc
commit 1afad4f240
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,6 +1,7 @@
*.class *.class
*.log *.log
*.bak *.bak
.*.swp
# sbt specific # sbt specific
.cache/ .cache/
@ -46,4 +47,4 @@ obj_dir
simWorkspace/ simWorkspace/
tmp/ tmp/
/archive.tar.gz /archive.tar.gz
*.out32 *.out32