From d21656214c9931bbfdde6c436edbe642e93d6330 Mon Sep 17 00:00:00 2001 From: "sewon.oh" Date: Thu, 18 Oct 2018 11:28:48 +0900 Subject: [PATCH] [git ignore] Add list for test generated files. It is trivial. Edit git ignore lists for test generated files. Signed-off-by: sewon.oh --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 35e529edfe..36027abd69 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,9 @@ /tests/*/*.png /tests/*/*.bmp /tests/performance +*.dat +bmp2png +*.pyc # vi files *.h~