mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +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.files
|
||||||
cscope.out
|
cscope.out
|
||||||
|
.vimrc
|
||||||
|
tags
|
||||||
|
|
||||||
#==============================================================================#
|
#==============================================================================#
|
||||||
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
|
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
|
||||||
|
|||||||
Reference in New Issue
Block a user