Make git ignore project vimrc file and ctags file.

develop
expwnent 2013-03-16 23:10:18 -04:00
parent 16b64b9fc3
commit 361e5ad646
1 changed files with 5 additions and 1 deletions

6
.gitignore vendored

@ -58,5 +58,9 @@ build/CPack*Config.cmake
/cmakeall.bat
# vim swap files
# vim files
*.swp
.vimrc
# ctags file
tags