forked from LaconicNetwork/kompose
Merge pull request #243 from cdrage/add-vim-gitignore
Add VIM git ignore information
This commit is contained in:
commit
a3643a55ac
18
.gitignore
vendored
18
.gitignore
vendored
@ -36,3 +36,21 @@ _testmain.go
|
|||||||
|
|
||||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||||
*.out
|
*.out
|
||||||
|
|
||||||
|
#
|
||||||
|
# VIM SPECIFIC
|
||||||
|
#
|
||||||
|
|
||||||
|
# swap
|
||||||
|
[._]*.s[a-w][a-z]
|
||||||
|
[._]s[a-w][a-z]
|
||||||
|
|
||||||
|
# session
|
||||||
|
Session.vim
|
||||||
|
|
||||||
|
# temporary
|
||||||
|
.netrwhist
|
||||||
|
*~
|
||||||
|
|
||||||
|
# auto-generated tag files
|
||||||
|
tags
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user