Ignore CoreML BUILD files which are generated by the configure script

PiperOrigin-RevId: 304450989
Change-Id: Iac8bb55eb44b2b29b97f73b771cc3e50ca964b1c
This commit is contained in:
YoungSeok Yoon 2020-04-02 12:13:29 -07:00 committed by TensorFlower Gardener
parent c60e6b1867
commit 82443287e4
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -38,6 +38,7 @@ gradleBuild
*.pbxproj *.pbxproj
*.xcworkspace *.xcworkspace
/*.podspec /*.podspec
/tensorflow/lite/**/coreml/**/BUILD
/tensorflow/lite/**/ios/BUILD /tensorflow/lite/**/ios/BUILD
/tensorflow/lite/**/objc/BUILD /tensorflow/lite/**/objc/BUILD
/tensorflow/lite/**/swift/BUILD /tensorflow/lite/**/swift/BUILD