projects
/
sdk
/
tools
/
netcoredbg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7101d3
)
Update `.gitignore`
author
Andrey Okoshkin
<a.okoshkin@samsung.com>
Wed, 7 Feb 2018 15:59:00 +0000
(18:59 +0300)
committer
Andrey Okoshkin
<a.okoshkin@samsung.com>
Thu, 8 Feb 2018 07:25:17 +0000
(10:25 +0300)
* Add Qt Creator files
* Add build artifacts
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 53874334b486bd28e3f540956f52986a4b08e586..5483ce821acdab766a3b5e0be7c0f78ccbd8fd58 100644
(file)
--- 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