mirror of https://github.com/etcd-io/dbtester.git
gitignore: update
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
b0d2ab94ac
commit
c2bcfe8da9
|
|
@ -1,2 +1,23 @@
|
|||
/.DS_Store
|
||||
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
||||
|
||||
# IDEs and editors
|
||||
/.idea
|
||||
/.vscode
|
||||
|
||||
#System Files
|
||||
.DS_Store
|
||||
|
||||
# Ignore everything in vendor/, except for *.go files,
|
||||
# LICENSE and COPYING. Ignore Go tests.
|
||||
# https://github.com/golang/dep/issues/120#issuecomment-306518546
|
||||
vendor/**/*
|
||||
!vendor/**/
|
||||
!vendor/**/*.go
|
||||
!vendor/**/*.c
|
||||
!vendor/**/*.cpp
|
||||
!vendor/**/*.s
|
||||
!vendor/**/COPYING*
|
||||
!vendor/**/PATENTS*
|
||||
!vendor/**/NOTICE*
|
||||
!vendor/**/LICENSE*
|
||||
vendor/**/*_test.go
|
||||
|
|
|
|||
Loading…
Reference in New Issue