blob: aaf20e074a091e11b5530f118ffc803d2c013a24 [file] [log] [blame]
# Ant
build/
# IntelliJ build
build-ij/
# Buck
# buck-out may also be generated under an integration test directory
# when someone runs Buck locally out of that directory to reproduce
# a failure, so we exclude all directories named buck-out, not just
# the one in the root directory.
buck-out
local.properties
.buckconfig.local
.buckd
# Compiled Python
*.pyc
*py.class
# buckconfig in Ocaml test project directory to override compiler paths.
test/com/facebook/buck/ocaml/testdata/ocaml/.buckconfig
# Eclipse
/.settings/
/.apt_generated/
# IntelliJ, based on http://devnet.jetbrains.net/docs/DOC-1186
.idea/ant.xml
.idea/dictionaries
.idea/inspectionProfiles
.idea/tasks.xml
.idea/uiDesigner.xml
.idea/workspace.xml
.idea/misc.xml
.idea/runConfigurations
.idea/copyright/profiles_settings.xml
# From building Emma with Ant.
/third-party/java/emma-2.0.5312/out/
# From building Jacoco with Ant.
/third-party/java/jacoco-0.6.4/report-generator-build/
# OS X
.DS_Store
# vim swp files
.*.swp
.*.swo
# Emacs backup files
*~
\#*