From 7965fd2c9bd3714aba790bf45f7247f8897da0c7 Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Sat, 24 Dec 2016 16:11:42 +0100 Subject: [PATCH] Ignore infer output folder Infer [1] is a static code checker. [1] http://fbinfer.com Bug: Issue 5198 Change-Id: I51ac941b85b18c63ead61a2a3f00c5d58a9c2212 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 599089a605..4ce6ab2d5a 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ /buck-out /eclipse-out /extras +/infer-out /local.properties *.pyc /gwt-unitCache