summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorShawn Pearce <sop@google.com>2013-05-28 17:21:01 -0700
committerShawn Pearce <sop@google.com>2013-05-30 13:56:50 +0000
commit2c58882623b4c8ddee63f6d63596e8cdc8c86a12 (patch)
tree347568275daf8522a8526a97d2044eee0c47605c /.gitignore
parent9d2ca21962d48221f3541e223679396bd3a4c9a6 (diff)
Upgrade buck to gerrit/410fcf34
Buck upstream now supports a daemon mode[1] which allows BUILD files to be cached across invocations. This saves considerable time on startup, especially for no-op incremental builds: no-op without buckd: 10.6s no-op with buckd: 5.2s However the current daemon implementation is insecure. Users should only run it on dedicated machines where they trust all other running processes. Buck now requires Java 7. If it is missing the build will fail. [1] http://facebook.github.io/buck/command/buckd.html Change-Id: I55dec63e467f8f4db5a799296fb7f588ce4b2aa1
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8411c8ba85..eea1760e4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,5 +7,7 @@
/gerrit-parent.iml
*.sublime-*
/gerrit-package-plugins
+/.buckconfig.local
+/.buckd
/buck-out
/local.properties