From cdc6a2d8fc7e62b3ecef0ece70565db8d8bb4646 Mon Sep 17 00:00:00 2001 From: Josh Junon Date: Thu, 6 Oct 2016 17:29:12 -0700 Subject: [PATCH] Add Buck gitignore values [Buck](/facebook/buck) is Facebook's build system. There are output files and metadata that should be ignored. These are taken straight from their repository's gitignore. --- Buck.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Buck.gitignore diff --git a/Buck.gitignore b/Buck.gitignore new file mode 100644 index 00000000..b4487f6c --- /dev/null +++ b/Buck.gitignore @@ -0,0 +1,5 @@ +buck-out/ +.buckconfig.local +.buckd/ +.buckversion +.fakebuckversion