From 5b94798d3721590646c8750630d97dcee7a1a284 Mon Sep 17 00:00:00 2001 From: "zhu.rong" Date: Tue, 3 Nov 2015 03:22:23 -0500 Subject: [PATCH] Add subunit.log to gitignore Execute the run_test.sh, it will generate a subunit.log file, So add it to the gitignore file Change-Id: I0129610d941d2fc9f4d813bde8bd89ee6766727d --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 69b230b950..2e8c20bc87 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ dist glance.egg-info tests.sqlite glance/versioninfo +subunit.log # Swap files range from .saa to .swp *.s[a-w][a-p]