Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-12-18 00:26:29 +0000
committerMatthias Sohn2016-12-18 09:38:21 +0000
commit075e55fa285e082a2c99af75008e9419e5cdf6dd (patch)
treec018474d94cf5597bdaaf4d38c6735093a34add9 /.gitignore
parent727289c9b9fdb99b386e46a8e5972c314434d8ee (diff)
downloadjgit-075e55fa285e082a2c99af75008e9419e5cdf6dd.tar.gz
jgit-075e55fa285e082a2c99af75008e9419e5cdf6dd.tar.xz
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
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

Back to the top