[NE] Add .gitignore
authorDongju Chae <dongju.chae@samsung.com>
Fri, 26 Jul 2019 08:27:04 +0000 (17:27 +0900)
committer함명주/On-Device Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Mon, 29 Jul 2019 02:13:49 +0000 (11:13 +0900)
This commit adds .gitignore

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..92b2458
--- /dev/null
@@ -0,0 +1,22 @@
+##
+# @brief .gitignore list
+
+# ignore build directory
+/build
+/core/build
+
+# CTag
+/tags
+/core/tags
+
+# vi files
+*.h~
+*.c~
+*.cc~
+*.swp
+
+# binary files
+*.out
+*.so
+*.o
+*.a