From: Andrey Okoshkin Date: Wed, 7 Feb 2018 15:59:00 +0000 (+0300) Subject: Update `.gitignore` X-Git-Tag: submit/tizen/20180620.071641~19^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46b14c9509982b5ca9f1684b7263d07fc55b966f;p=sdk%2Ftools%2Fnetcoredbg.git Update `.gitignore` * Add Qt Creator files * Add build artifacts --- diff --git a/.gitignore b/.gitignore index 5387433..5483ce8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,20 @@ +# Proposed build directory according to README /build/ -/obj/ + +# Visual Studio Code +/.vscode/ /src/debug/netcoredbg/bin/ /src/debug/netcoredbg/obj/ -/.vscode/ + +# Qt Creator files +CMakeLists.txt.user +*.config +*.creator +*.files +*.includes +*.autosave + +# Build artifacts +*.o +*.so +*.a