From 32f051217ea15129f33fa6525ab6126e86939d5d Mon Sep 17 00:00:00 2001
From: Baohua Yang <baohyang@cn.ibm.com>
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 <baohyang@cn.ibm.com>
---
 .gitignore | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 53ea040cf6..8c3c95ee7b 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