Ignore the files in the git repo.
Signed-off-by: gichan <gichan2.jang@samsung.com>
--- /dev/null
+##
+# @brief .gitignore list
+
+# ignore cmake build directory
+/build
+
+# vi files
+*.h~
+*.c~
+*.cc~
+*.swp
+
+# binary files
+*.so
+*.o
+*.a
+
+# VisualStudioCode
+.vscode
+.vscode/*
+.history
+
+# ignore files generated by debuild
+debian/*.debhelper.log
+debian/*.postrm.debhelper
+debian/*.substvars
+debian/debhelper-build-stamp
+debian/files
+debian/.debhelper/*
+debian/tmp/*
+
+# Visual Studio & csapi
+*.exe
+*.dll
+*.csproj.user
+*.lock.json
+.vs/
+bin/
+obj/