Protobuf: modified .gitignore files to ignore some local artifacts

This commit is contained in:
dsavvinov
2016-08-09 11:26:26 +03:00
parent 135b074c48
commit ba8e2f0e84
2 changed files with 18 additions and 0 deletions
+5
View File
@@ -21,3 +21,8 @@ gradle-app.setting
# Cache of project
.gradletasknamecache
# local project files
lib/
.idea/
proto/compiler/protoc-artifacts
proto/compiler/tests
+13
View File
@@ -19,3 +19,16 @@ gradle-app.setting
# Cache of project
.gradletasknamecache
# Google Protobuf sources
google/*
!google/src
google/src/*
!google/src/google
google/src/google/protobuf/*
!google/src/google/protobuf/compiler
google/src/google/protobuf/compiler/*
!google/src/google/protobuf/compiler/kotlin