[GIT] Add bmp file to .gitignore
authorsewon.oh <sewon.oh@samsung.com>
Thu, 19 Jul 2018 07:04:42 +0000 (16:04 +0900)
committer함명주/동작제어Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Thu, 19 Jul 2018 08:27:27 +0000 (17:27 +0900)
Ignore bmp file created by tests

Signed-off-by: sewon.oh <sewon.oh@samsung.com>
.gitignore

index 363ea04..d7952fe 100644 (file)
@@ -8,6 +8,7 @@
 /tests/*/*.log
 /tests/*/*.golden
 /tests/*/*.png
+/tests/*/*.bmp
 
 # vi files
 *.h~