From e83384b37acfb0e2ce132f09766f5294e0c59cd5 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Wed, 3 Oct 2018 07:47:58 -0700 Subject: [PATCH] Prevent binaries from being checked in Change-Id: I394d96943e63d18008f2deba25f22220746f5745 Issue-ID: INT-671 Signed-off-by: Gary Wu --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 2bc829e4..674baf5b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,10 @@ report.html env.properties .vagrant /archives/ +*.jar +*.zip +*.tar +*.gz *.log .vagrant *~ -- 2.16.6