diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-12-18 01:26:29 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-12-18 10:38:21 +0100 |
commit | 075e55fa285e082a2c99af75008e9419e5cdf6dd (patch) | |
tree | c018474d94cf5597bdaaf4d38c6735093a34add9 | |
parent | 727289c9b9fdb99b386e46a8e5972c314434d8ee (diff) | |
download | jgit-075e55fa285e082a2c99af75008e9419e5cdf6dd.tar.gz jgit-075e55fa285e082a2c99af75008e9419e5cdf6dd.zip |
Ignore infer output folder
Infer [1] is a static code checker.
[1] http://fbinfer.com/
Change-Id: I880cefe0a20f6af88ab10f6e862fda44fbe0883d
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 95ad1744b5..e78f8fd9b1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /buck-cache /buck-out /target +infer-out |