Skip to content

Commit

Permalink
Groups iOS regexes in gitignore.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 245838235
  • Loading branch information
tensorflower-gardener committed Apr 29, 2019
1 parent 7376004 commit 2c73ec6
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,8 @@ tensorflow/contrib/cmake/_build/
[Bb]uild/
/tensorflow/core/util/version_info.cc
/tensorflow/python/framework/fast_tensor_util.cpp
Pods
Podfile.lock
*.pbxproj
*.xcworkspacedata
/*.podspec
/tensorflow/lite/experimental/objc/BUILD
/tensorflow/lite/experimental/swift/BUILD
/tensorflow/lite/examples/ios/simple/data/*.txt
/tensorflow/lite/examples/ios/simple/data/*.tflite
/tensorflow/lite/gen/**
/tensorflow/lite/tools/make/downloads/**
xcuserdata/**
/api_init_files_list.txt
/estimator_api_init_files_list.txt
*.whl
Expand All @@ -42,3 +32,16 @@ xcuserdata/**
*.iml
local.properties
gradleBuild

# iOS
Podfile.lock
Pods
*.pbxproj
*.xcworkspacedata
/*.podspec
/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
xcuserdata/**

0 comments on commit 2c73ec6

Please sign in to comment.