From b79bc1ffde4b3467afa569e657ce3e7bd04e5771 Mon Sep 17 00:00:00 2001 From: Baohua Yang Date: Sun, 17 Nov 2013 20:13:19 +0800 Subject: [PATCH] Add *.pyc, log.html, output.xml and report.html to the ignore list. Change-Id: I615d11eff75b5e811b37568bbca9be8404b15d0d Signed-off-by: Baohua Yang --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 53ea040..8c3c95e 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,7 @@ opendaylight/northbound/integrationtest/logs/* *.iml *.iws .idea - +*.pyc +log.html +output.xml +report.html -- 2.36.6