Specify temporary file pattens that should be ignored by daemon.

Summary:
Adds support for a new temp_files property which may be added
to the project section of the buckconfig containing regular
expressions that match files. These patterns are used by the Parser to
avoid invalidating cached build rules when temporary files are
changed. In a follow up diff we may want to use this property to error
if temporary files are ever included in globs.

Test Plan: buck test --all
7 files changed
tree: 84092eea8d69b1702b4c4dbba17b2217e8f30c48
  1. .idea/
  2. bin/
  3. config/
  4. docs/
  5. lib/
  6. pmd/
  7. scripts/
  8. src/
  9. test/
  10. testdata/
  11. third-party/
  12. .buckconfig
  13. .classpath
  14. .gitignore
  15. .project
  16. buck.iml
  17. build.xml
  18. DEFS
  19. LICENSE
  20. README.md
README.md

Buck

Buck is an Android build tool. To see what Buck can do for you, check out the documentation at http://facebook.github.io/buck/.

Installation

To build Buck, run the following:

git clone git@github.com:facebook/buck.git
cd buck
ant
./bin/buck --help

License

Apache License 2.0