aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2016-11-18 18:38:08 +0000
committerMarco Poletti <poletti.marco@gmail.com>2016-11-18 18:42:08 +0000
commit6df80a77dcfad7ad9a1aa9cea72fa2ed5f37505f (patch)
treebb0c458b0476f72ab28ed95297de7d172effee0a /.gitignore
parent8072dcad8b3c5f37c3fc01d452f50a4c866fbf85 (diff)
downloadgoogle-fruit-6df80a77dcfad7ad9a1aa9cea72fa2ed5f37505f.tar.gz
Use extras/bazel_root as WORKSPACE root for Bazel, using symlinks so that Fruit lives under //third_party/fruit instead of //.
This makes it easier to use Fruit in projects built using Bazel, and makes Fruit's BUILD targets more reasonable (e.g. //third_party/fruit instead of //:fruit). Also, install Bazel fia the apt packages in Travis CI, and move the Bazel tests to use Ubuntu 16.04 instead of 15.10.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a7d4cee..0bb9b97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,7 @@
/.kdev_include_paths
/coverage
bench_results
-/bazel-*
+/extras/bazel_root/bazel-*
.idea
*.pyc
/build*