gitignore: update

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee 2018-01-09 04:52:12 -08:00
parent b0d2ab94ac
commit c2bcfe8da9
1 changed files with 22 additions and 1 deletions

23
.gitignore vendored
View File

@ -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