[git] Add gitignore list
authorGichan Jang <gichan2.jang@samsung.com>
Mon, 7 Jun 2021 02:07:49 +0000 (11:07 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 7 Jun 2021 07:40:36 +0000 (16:40 +0900)
Add build directory to git ignore list.

Signed-off-by: Gichan Jang <gichan2.jang@samsung.com>
.gitignore

index 259148f..bdc7d2c 100644 (file)
@@ -30,3 +30,6 @@
 *.exe
 *.out
 *.app
+
+# ignore build directory
+/build