-
Notifications
You must be signed in to change notification settings - Fork 202
/
.gitignore
66 lines (60 loc) · 1.02 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.DS_Store
.ipynb_checkpoints
node_modules
/.bazelrc.user
/.tf_configure.bazelrc
/**/bazel-*
/bazel_pip
/tools/python_bin_path.sh
/tensorflow/tools/git/gen
/pip_test
/_python_build
*.pyc
__pycache__
*.swp
.vscode/
cmake_build/
tensorflow/contrib/cmake/_build/
.idea/**
.run
/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
tensorflow-core/tensorflow-core-api/downloads/
# Vim backups
*~
# Patch files
*.orig
*.rej
# Android
.gradle
.idea
*.iml
local.properties
gradleBuild
# VSCode
.settings/
.project
.classpath
**/target
.tf_configure.bazelrc
.clwb/
# Deployment Files
settings.xml
pom.xml.asc