gerrit/.buckconfig
Sasa Zivkov a3b3135228 Let buck ignore the .git folder
According to [1] buck makes no assumption about source code versioning
systems which means that it will also scan the .git folder for the file
system monitoring (buckd) and when searching for the BUCK files.

[1] http://facebook.github.io/buck/concept/buckconfig.html

Change-Id: Ic9248326232684f8b85a951f5b01b542127a080a
2013-09-17 08:48:35 +02:00

21 lines
447 B
Plaintext

[alias]
api = //:api
api_deploy = //tools/maven:deploy
api_install = //tools/maven:install
docs = //Documentation:html
download = //tools:download
download_sources = //tools:download_sources
gerrit = //:gerrit
eclipse = //tools/eclipse:eclipse
eclipse_project = //tools/eclipse:eclipse_project
release = //:release
[buildfile]
includes = //tools/default.defs
[java]
src_roots = java, resources
[project]
ignore = .git