summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2020-03-04 16:05:31 +1100
committerDavid Gibson <david@gibson.dropbear.id.au>2020-03-04 16:05:31 +1100
commite4ce227e89d7334c44e0018ae837e0a2a824a812 (patch)
treecec611c6b61f3c9362a3137448c03a10d9bdc7c1 /.gitignore
parent9b75292c335ca4d4f93ba91db92d4de1f0269e93 (diff)
downloaddevice-tree-compiler-e4ce227e89d7334c44e0018ae837e0a2a824a812.tar.gz
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ee4e489..1f2a0f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
*.patch
*.so
*~
+*.bak
*.tab.[ch]
lex.yy.c
*.lex.c