revert the gitignore due to build failure

Hi, the .gitignore cannot resolve ```/tensorflow/lite/**/[ios|objc|swift]*/BUILD``` this code but ignore all BUILD file in /tensorflow/lite/**, and it will lead to build failure when I push the code to my repo and pull it again to build.
This commit is contained in:
Gary Liu 2020-04-07 16:00:22 +08:00 committed by GitHub
parent 54d29ff078
commit cd97d2aa6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.gitignore vendored
View File

@ -38,7 +38,9 @@ gradleBuild
*.pbxproj
*.xcworkspace
/*.podspec
/tensorflow/lite/**/[ios|objc|swift]*/BUILD
/tensorflow/lite/**/ios/BUILD
/tensorflow/lite/**/objc/BUILD
/tensorflow/lite/**/swift/BUILD
/tensorflow/lite/examples/ios/simple/data/*.tflite
/tensorflow/lite/examples/ios/simple/data/*.txt
Podfile.lock