Skip to content

Commit

Permalink
[Git] Update .gitignore to ignore files generated by codegen tests
Browse files Browse the repository at this point in the history
This patch updates .gitignore to exclude files generated by the test
script of codegen.

Signed-off-by: Wook Song <[email protected]>
  • Loading branch information
wooksong authored and leemgs committed Mar 12, 2019
1 parent 59a9263 commit d81db54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
*.dat
/tests/bmp2png
*.pyc
/tests/codegen/tc*.c
/tests/codegen/build*
/tests/codegen/meson.build
/tests/codegen/*.pc

# vi files
*.h~
Expand Down

0 comments on commit d81db54

Please sign in to comment.