diff options
author | Dave Borowitz <dborowitz@google.com> | 2016-04-19 09:40:06 -0400 |
---|---|---|
committer | Dave Borowitz <dborowitz@google.com> | 2016-04-19 09:40:55 -0400 |
commit | 32156fda0bcf63d4eba53220ff2b2bc1052a1725 (patch) | |
tree | 30d9895ef2bd23df1b83117332d809df80848c9e | |
parent | 31d5404ed393f8108c087868425e2ac974b6a217 (diff) | |
download | jgit-32156fda0bcf63d4eba53220ff2b2bc1052a1725.tar.gz jgit-32156fda0bcf63d4eba53220ff2b2bc1052a1725.zip |
Add .buckd to .gitignore
Change-Id: I527923e282808c905ae9acd128ecc8a5b33d34c7
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 6c62199484..95ad1744b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -/target +/.buckd /.project /buck-cache /buck-out +/target |