From: gichan Date: Fri, 12 Aug 2022 01:08:38 +0000 (+0900) Subject: [Git] Add gitignore file X-Git-Tag: submit/tizen/20220819.071123~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2cae4be584c5b448aecb17256048e740377b0042;p=platform%2Fupstream%2Fnnstreamer-edge.git [Git] Add gitignore file Ignore the files in the git repo. Signed-off-by: gichan --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f64fd09 --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +## +# @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/