Commit cca4ee01 authored by Yong Tang's avatar Yong Tang
Browse files

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: default avatarYong Tang <yong.tang.github@outlook.com>
parent ea94bbe9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment