summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2015-11-22 11:13:59 +0100
committerDave Borowitz <dborowitz@google.com>2015-12-02 14:07:12 +0000
commit58cb4b4881007c2bf7188fd21c2ff2e280a961af (patch)
tree8b24ed7a5840a3de02f410265cb2543f08b92aad /.gitignore
parent0924ebbc151b4a32746eb90206ada3afb56eea84 (diff)
Update Buck to newest version
The new Buck version fixed annoying stdout spamming bug on unit test failures: [1]. Now we can revert our monkey patching hack to prevent that. Since [2] Buck interferes with files in buck-out directory: [3]. Switch to using eclipse-out directory as Eclipse output directory instead. For this change it's necessary to clean up buck-out directory, otherwise `buck test` would fail. This version also fixed "Python client lost connection" bug: [4]. This reverts commit 94e93aaad22e67b5956627cff1a9cb84d03a29ec. [1] https://github.com/facebook/buck/issues/505 [2] https://github.com/facebook/buck/commit/35cb495b57f0b804253fbe25937a0000db131a9d [3] https://github.com/facebook/buck/issues/527 [4] https://github.com/facebook/buck/issues/534 Change-Id: I4cd1a99ce9d0615713c235d873e6cdd61b1854bb
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 32a182603d..ed6b163296 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,7 @@
/.buckd
/buck-cache
/buck-out
+/eclipse-out
/extras
/local.properties
*.pyc