projects
/
platform
/
core
/
api
/
machine-learning.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c1fd6a
)
[git] Add gitignore list
author
Gichan Jang
<gichan2.jang@samsung.com>
Mon, 7 Jun 2021 02:07:49 +0000
(11:07 +0900)
committer
MyungJoo 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
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
259148f
..
bdc7d2c
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-30,3
+30,6
@@
*.exe
*.out
*.app
+
+# ignore build directory
+/build