Commit Graph

38 Commits

Author SHA1 Message Date
YoungSeok Yoon
82443287e4 Ignore CoreML BUILD files which are generated by the configure script
PiperOrigin-RevId: 304450989
Change-Id: Iac8bb55eb44b2b29b97f73b771cc3e50ca964b1c
2020-04-02 14:18:41 -07:00
Juho Ha
501bb8310a Updates gitignore.
PiperOrigin-RevId: 300774124
Change-Id: I8e5d8c4a2d70ec27dfebb03196480a8209c4cc8d
2020-03-13 09:55:34 -07:00
Benjamin Gaillard
39b6e8fc40
TensorFlow Lite: Makefile fix 2020-02-20 10:56:05 +01:00
A. Unique TensorFlower
69bd23af10 Adds CocoaPods support to the Swift test app.
PiperOrigin-RevId: 246527296
2019-05-03 10:21:33 -07:00
A. Unique TensorFlower
9428abe167 Updates gitignore.
PiperOrigin-RevId: 245848360
2019-04-29 18:18:56 -07:00
A. Unique TensorFlower
2c73ec600a Groups iOS regexes in gitignore.
PiperOrigin-RevId: 245838235
2019-04-29 16:17:18 -07:00
A. Unique TensorFlower
76e879d1c1 Adds new podspecs for the TensorFlow Lite iOS libraries.
PiperOrigin-RevId: 239748653
2019-03-22 00:31:14 -07:00
Jason Zaman
b41761c499 Update to bazel-0.18.0 and use try-import
Bazel-0.18.0 adds a try-import option that will non-fatally try and
import a file. Use this for the configure options so that .bazelrc does
not need to change. ./configure rewriting .bazelrc makes using the git
repo annoying because the file is changed.

The allowed bazel range is now 0.18.0-0.20.0 inclusive. The env var
TF_IGNORE_MAX_BAZEL_VERSION can be set to skip the max bazel version
check.

Also optionally import a /.bazelrc.user file that is gitignored so
user-specific options can go in there.

Fixes: https://github.com/tensorflow/tensorflow/issues/22762
Fixes: https://github.com/tensorflow/tensorflow/pull/22906
Signed-off-by: Jason Zaman <jason@perfinion.com>
2018-12-05 08:34:07 +08:00
BY Shen
31c345a9fb
Merge branch 'master' into tflite 2018-11-06 12:35:23 +08:00
Austin Anderson
61c6c84964 Migrate TensorFlow Lite out of tensorflow/contrib
This change moves //tensorflow/contrib/lite to //tensorflow/lite in preparation
for TensorFlow 2.0's deprecation of contrib/. If you refer to TF Lite build
targets or headers, you will need to update them manually. If you use TF Lite
from the TensorFlow python package, "tf.contrib.lite" now points to "tf.lite".
Please update your imports as soon as possible.

For more details, see https://groups.google.com/a/tensorflow.org/forum/#!topic/tflite/iIIXOTOFvwQ

@angersson and @aselle are conducting this migration. Please contact them if
you have any further questions.

PiperOrigin-RevId: 219536476
2018-10-31 14:20:28 -07:00
BY Shen
1dd6c365ef Update .gitignore for tflite downloads directory. 2018-10-30 12:40:36 +08:00
Jason Zaman
c11b5458f8 Revert "Move bazel.rc to workspace root to support bazel-0.18.0"
This reverts commit a74a3217f7.

Bazel-0.18.0 is changing where it searches for .bazelrc files.
Originally it was removing /tools/bazel.rc and only using /.bazelrc.
This causes issues for gitignoring /.bazelrc and 0.18.0 has temporarily
added tools/bazel.rc back to the list until 0.19. The long term solution
is to use try-import but that statement is new in 0.18 and we are not
going to bump TF's minimum right away. When 0.19 is out things will need
to be changed back and the minimum bumped to 0.18.

Fixes: https://github.com/tensorflow/tensorflow/issues/22762
Fixes: https://github.com/tensorflow/tensorflow/pull/22906
Signed-off-by: Jason Zaman <jason@perfinion.com>
2018-10-14 13:59:17 +08:00
Jason Zaman
a74a3217f7 Move bazel.rc to workspace root to support bazel-0.18.0
Bazel 0.18.0 will contain a change for which rc files it accepts.
ec83598cb6
https://github.com/bazelbuild/bazel/issues/4502

Old bazel used to read %workspace%/tools/bazel.rc. New bazel will not
read that and instead will only read %workspace%/.bazelrc.

Signed-off-by: Jason Zaman <jason@perfinion.com>
2018-09-28 23:40:29 +08:00
TensorFlower Gardener
90209afabc Merge pull request from kingofthebongo2008:ignore_cmake_build_artifacts_2
PiperOrigin-RevId: 210203692
2018-08-24 23:10:04 -07:00
Yifei Feng
2a82818a00
Add whl file to .gitignore. 2018-08-22 09:33:36 -07:00
Stefan Dyulgerov
35c81bb208 ignore cmake build artifacts 2018-07-28 17:55:55 +03:00
Yong Tang
8fab75ff2e Update .gitignore for cmake generated file
While running cmake in Linux:
```
tensorflow/tools/ci_build/ci_build.sh CMAKE tensorflow/tools/ci_build/builds/cmake.sh
```

the following file is generated and left out:
```
ubuntu@ubuntu:~/tensorflow$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Untracked files:
  (use "git add <file>..." to include in what will be committed)

        estimator_api_init_files_list.txt

nothing added to commit but untracked files present (use "git add" to track)
```

This fix add `/estimator_api_init_files_list.txt`
in gitignore so that it will not be picked by `git add -A`.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2018-06-30 16:14:48 +00:00
Tang, Wenyi
a8c59ba450 [CMAKE] Improve cmake build for MKL and MKL-DNN on Windows ()
* improve mkl compilation on Win, w/o mkl installation needed

* add environment to mkl dynamic libraries

* put path change into python api generation command

* fix mkldnn mistakes

* add path environment when executing python to generate api __init__.py

* fix typo error

* fix typo

* add TODO comment

* add TODO comment
2018-06-20 23:10:23 -07:00
Yong Tang
fe4146d884 Update .gitignore for cmake generated files
After running cmake on Linux with:
```
tensorflow/tools/ci_build/ci_build.sh CMAKE tensorflow/tools/ci_build/builds/cmake.sh
```

the following file is left:
```
ubuntu@ubuntu:~/tensorflow$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Untracked files:
  (use "git add <file>..." to include in what will be committed)

        api_init_files_list.txt

nothing added to commit but untracked files present (use "git add" to track)
ubuntu@ubuntu:~/tensorflow$
```

This fix updates the .gitignore file so that cmake generated files
is not added with git inadvertently.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2018-04-21 18:44:20 +00:00
hannesa2
261268e9f1 update Android libs () 2017-12-10 15:12:39 -05:00
Robin Richtsfeld
c470142122
Update .gitignore 2017-12-08 22:58:43 +01:00
Pete Warden
4b4b51cdd9 Ios ()
* Initial implementation of Makefile build for TensorFlow Lite

* Added support to TF Lite makefile build

* Added iOS support to TF Lite makefile build

* Added simple iOS example application for TF Lite

* Added copyright header to file

* Added optimization flag and cleaned up code
2017-11-13 17:11:23 -08:00
Christian Grail
75da6f6249 gitignore: ignore build files relevant for iOS sample apps ()
* gitignore: ignore build files relavant for ios sample apps

* Add extra linespace at the end
2017-10-18 09:22:45 -07:00
Yong Tang
2ed69577b0 Add fast_tensor_util.cpp to .gitignore ()
While working on building TensorFlow I noticed that a file
`fast_tensor_util.cpp` is generated:
```sh
ubuntu@ubuntu:~/tensorflow$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Untracked files:
  (use "git add <file>..." to include in what will be committed)

        tensorflow/python/framework/fast_tensor_util.cpp

nothing added to commit but untracked files present (use "git add" to track)
ubuntu@ubuntu:~/tensorflow$
```

This fix adds `fast_tensor_util.cpp` to .gitignore so that
it will not be added inadvertently when adding commit with `git add -A`.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2017-10-16 12:37:40 -07:00
Yong Tang
cca4ee0110 Add cmake generated files/dirs in Linux to .gitignore
This fix adds cmake generated files in Linux to .gitignore

Before this fix, after:
```
$ tensorflow/tools/ci_build/ci_build.sh CMAKE tensorflow/tools/ci_build/builds/cmake.sh
```
The following files/dirs are left out:
```
ubuntu@ubuntu:~/tensorflow$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Untracked files:
  (use "git add <file>..." to include in what will be committed)

        build/
        tensorflow/core/util/version_info.cc

nothing added to commit but untracked files present (use "git add" to track)
ubuntu@ubuntu:~/tensorflow$
```

This fix addresses the above issue.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2017-09-23 00:14:07 +00:00
raymondxyang
9f81374c30 Add option for build more python tests in Cmake ()
* Ignore Windows built project

* Fix deprecated methods in tf.contrib.python

* Fix regex match for Windows build in contrib.keras

* Fix Regex match for Windows build in session_bundle

* * Fix deprecated methods
* Fix regex match for Windows
* Fix compatibility issue with Python 3.x

* Add missing ops into Windows build for test

* Enabled more testcases for Windows build

* Clean code and fix typo

* Add conditional cmake mode for enabling more unit testcase

* Add Cmake mode for major Contrib packages

* Add supplementary info in RAEDME for new cmake option

* * Update tf_tests after testing with TF 1.3
* Clean code and resolve conflicts

* Fix unsafe regex matches and format code

* Update exclude list after testing with latest master branch

* Fix missing module
2017-08-11 08:37:20 -07:00
asdf2014
4fc9eefe96 Add .idea/** into .gitignore for JetBrains IDE 2017-08-08 13:02:51 +08:00
Gunhan Gulsoy
133705c3ce Tidy up opensouce mkl build.
Closes 

PiperOrigin-RevId: 162713588
2017-07-21 00:46:41 -07:00
Benoit Steiner
ee112cff56 Merge changes from github.
PiperOrigin-RevId: 155709893
2017-05-11 11:02:28 -07:00
A. Unique TensorFlower
3a6db4eadd Removing unnecessary lines from gitignore
Change: 155210210
2017-05-05 10:27:36 -07:00
A. Unique TensorFlower
aaa5600245 Fix issue related to empty bazel.rc file.
Change: 154840138
2017-05-02 09:49:37 -07:00
A. Unique TensorFlower
ccbc8991db Merge changes from github.
Change: 152200430
2017-04-04 17:24:57 -07:00
Martin Wicke
bc456e361d Merge changes from github.
Change: 151046259
2017-03-23 13:44:29 -07:00
Vijay Vasudevan
93a975e114 Merge changes from github.
Change: 147897309
2017-02-17 17:23:48 -08:00
Benoit Steiner
a771598ad8 Merge changes from github.
Change: 138675832
2016-11-09 13:48:22 -08:00
A. Unique TensorFlower
c7ec4bca45 Sync hidden files.
Change: 137077262
2016-10-24 14:19:09 -07:00
Justine Tunney
e3651a7b25 Ignore Bazel directories in .gitignore
If I check out TensorFlow to a directory named tensorflow-clean
then Bazel is going to create a subdirectory named
bazel-tensorflow-clean. So we really need to have a wildcard
pattern.
Change: 136559940
2016-10-18 22:48:36 -07:00
Manjunath Kudlur
3dfd14421d TensorFlow: upstream changes to git.
Change 109418220
	Update WORKSPACE to use gmock.BUILD from google/protobuf instead of a duplicate.
	Update google/protobuf's commit hash to include damieng@'s commit.
Change 109417314
	TensorFlow: add .gitignore to ignore some in-tree modified files.
Change 109400051
	Optionally build full TensorFlow for Android.
	1. --define ANDROID_TYPES=__ANDROID_TYPES_FULL__ to register ops
	   for all types, not just float. Today this increases codesize
	   by ~700K when compiled for ARM, though only for clients who
	   request full type support.
	2. Add more ops to android_extended_ops, sufficient to train on
	   the linear regression baseball codelab.
Change 109388118
	Fix the option changed in templatize. Oops.
Change 109382553
	Allows setting a function name in an op's attr in the py frontend.
Change 109380896
	Remove assert_same_graph in favor of op_scope. Change the latter to handle tensor-like objects such as SparseTensor, IndexedSlices, and Variable.

Base CL: 109418322
2015-12-04 09:54:09 -08:00