commit | ff11e1c225d05b257e98365c2a3b860b6fc8097c | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Mon Jun 25 17:13:05 2012 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Mon Jun 25 17:13:05 2012 +0000 |
tree | d49f21c94a394829c7547a1d37fd4d698f1b8042 | |
parent | a1ec79de1ff0cd8698b9e02c40b91b4508487d6f [diff] | |
parent | bf3923174e40b7931963bcba455d837e0ec864e3 [diff] |
Merge changes I8c087cc5,I62da9821 * changes: Remove test.ini when done with it during tests Ignore vim swap files
diff --git a/.gitignore b/.gitignore index c8d2560..83c5419 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,5 +1,6 @@ proto *~ +.*.sw[nop] *.log src localrc
diff --git a/tests/functions.sh b/tests/functions.sh index e7fbe0c..e436ed9 100755 --- a/tests/functions.sh +++ b/tests/functions.sh
@@ -141,3 +141,5 @@ else echo "inicomment failed: $VAL" fi + +rm test.ini