diff options
author | Cole Robinson <crobinso@redhat.com> | 2015-02-27 10:21:21 -0500 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2015-03-10 08:15:34 +0300 |
commit | 08156b4c34c2083552dcade929f1b8ad436678ad (patch) | |
tree | 068f1a4ccaf9f3576cd52b0ae257076616ceabb0 | |
parent | 84b5d556dc29c06402783e98ee0eaa3369eb48e1 (diff) |
gitignore: Track common.env in iotests gitignore
Rather than track it in the toplevel gitignore
Signed-off-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | tests/qemu-iotests/.gitignore | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 090f974cb9..e32a58417a 100644 --- a/.gitignore +++ b/.gitignore @@ -109,4 +109,3 @@ cscope.* tags TAGS *~ -/tests/qemu-iotests/common.env diff --git a/tests/qemu-iotests/.gitignore b/tests/qemu-iotests/.gitignore index 0541f80daa..0711cbdbf3 100644 --- a/tests/qemu-iotests/.gitignore +++ b/tests/qemu-iotests/.gitignore @@ -1,5 +1,6 @@ check.log check.time +common.env *.out.bad *.notrun socket_scm_helper |