gitignore ctags and vim configuration

Vim users often rely on ctags, which create a "tags" file in the project root.
Additionally, by convention vim project-specific settings are often stored in a `.vimrc` file, also stored in a project root.
This commit is contained in:
George Karpenkov
2017-06-15 11:29:59 -07:00
committed by GitHub
parent e8f4930cb5
commit a95b3204e1

2
.gitignore vendored
View File

@@ -24,6 +24,8 @@
#==============================================================================#
cscope.files
cscope.out
.vimrc
tags
#==============================================================================#
# Directories to ignore (do not add trailing '/'s, they skip symlinks).