Update `.gitignore`
authorAndrey Okoshkin <a.okoshkin@samsung.com>
Wed, 7 Feb 2018 15:59:00 +0000 (18:59 +0300)
committerAndrey Okoshkin <a.okoshkin@samsung.com>
Thu, 8 Feb 2018 07:25:17 +0000 (10:25 +0300)
* Add Qt Creator files
* Add build artifacts

.gitignore

index 53874334b486bd28e3f540956f52986a4b08e586..5483ce821acdab766a3b5e0be7c0f78ccbd8fd58 100644 (file)
@@ -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