From 501bb8310a7f2d99c137cb8cc24a912020f9ddd8 Mon Sep 17 00:00:00 2001 From: Juho Ha Date: Fri, 13 Mar 2020 09:52:17 -0700 Subject: [PATCH] Updates gitignore. PiperOrigin-RevId: 300774124 Change-Id: I8e5d8c4a2d70ec27dfebb03196480a8209c4cc8d --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eab8a64c63d..72cb418fe11 100644 --- a/.gitignore +++ b/.gitignore @@ -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