Skip to content

Commit a95b320

Browse files
author
George Karpenkov
authored
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.
1 parent e8f4930 commit a95b320

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
#==============================================================================#
2525
cscope.files
2626
cscope.out
27+
.vimrc
28+
tags
2729

2830
#==============================================================================#
2931
# Directories to ignore (do not add trailing '/'s, they skip symlinks).

0 commit comments

Comments
 (0)