diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-10-03 07:47:58 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-10-03 07:47:58 -0700 |
commit | e83384b37acfb0e2ce132f09766f5294e0c59cd5 (patch) | |
tree | 9977eebc00f58cfa51aa4334f326699333796ca2 | |
parent | 32c0ee8541f38f003ad223037cfc15339e8955db (diff) |
Prevent binaries from being checked in
Change-Id: I394d96943e63d18008f2deba25f22220746f5745
Issue-ID: INT-671
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,10 @@ report.html env.properties .vagrant /archives/ +*.jar +*.zip +*.tar +*.gz *.log .vagrant *~ |