[Git] Update .gitignore to ignore files generated by codegen tests
authorWook Song <wook16.song@samsung.com>
Tue, 12 Mar 2019 09:05:23 +0000 (18:05 +0900)
committerGeunsik Lim <leemgs@users.noreply.github.com>
Tue, 12 Mar 2019 09:51:39 +0000 (18:51 +0900)
This patch updates .gitignore to exclude files generated by the test
script of codegen.

Signed-off-by: Wook Song <wook16.song@samsung.com>
.gitignore

index 913232a..7c0285d 100644 (file)
 *.dat
 /tests/bmp2png
 *.pyc
+/tests/codegen/tc*.c
+/tests/codegen/build*
+/tests/codegen/meson.build
+/tests/codegen/*.pc
 
 # vi files
 *.h~