Ignore all superflous files that come along with a git clone from the thrift repository.
This commit is contained in:
parent
973e5e86dd
commit
b90dd67418
1 changed files with 11 additions and 0 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -8,6 +8,17 @@ _obj
|
||||||
_test
|
_test
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
|
# Thrift library comes with a lot of other files we don't need.
|
||||||
|
# Ignore everything but the files we do need
|
||||||
|
vendor/github.com/apache/thrift/*
|
||||||
|
!vendor/github.com/apache/thrift/lib/
|
||||||
|
|
||||||
|
vendor/github.com/apache/thrift/lib/*
|
||||||
|
!vendor/github.com/apache/thrift/lib/go/
|
||||||
|
|
||||||
|
vendor/github.com/apache/thrift/lib/go/*
|
||||||
|
!vendor/github.com/apache/thrift/lib/go/thrift/
|
||||||
|
|
||||||
# Architecture specific extensions/prefixes
|
# Architecture specific extensions/prefixes
|
||||||
*.[568vq]
|
*.[568vq]
|
||||||
[568vq].out
|
[568vq].out
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue