tests: Properly clean up .bak file from tests

One of our testcases creates a .bak file from invoking sed.  Fix that to be
removed by make clean, and also ignore it in git to avoid clutter.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
David Gibson 2020-03-04 16:05:31 +11:00
parent 9b75292c33
commit e4ce227e89
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -4,6 +4,7 @@
*.patch
*.so
*~
*.bak
*.tab.[ch]
lex.yy.c
*.lex.c