Add .vimtags and .vimrc in gitignore.

This commit is contained in:
Alexis Lahouze 2015-08-16 10:41:15 +02:00
parent ace400ac41
commit 6fbf56bab0

2
.gitignore vendored
View File

@ -7,6 +7,8 @@
Session.vim Session.vim
.netrwhist .netrwhist
*~ *~
.vimrc
.vimtags
### Python ### ### Python ###