mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -24,6 +24,8 @@
|
||||
#==============================================================================#
|
||||
cscope.files
|
||||
cscope.out
|
||||
.vimrc
|
||||
tags
|
||||
|
||||
#==============================================================================#
|
||||
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
|
||||
|
||||
Reference in New Issue
Block a user