Skip to content

Commit ff11e1c

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge changes I8c087cc5,I62da9821
* changes: Remove test.ini when done with it during tests Ignore vim swap files
2 parents a1ec79d + bf39231 commit ff11e1c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
proto
22
*~
3+
.*.sw[nop]
34
*.log
45
src
56
localrc

tests/functions.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,5 @@ if [[ -z "$VAL" ]]; then
141141
else
142142
echo "inicomment failed: $VAL"
143143
fi
144+
145+
rm test.ini

0 commit comments

Comments
 (0)