Tests: updated ValueTest for decimal values
[sdk/tools/netcoredbg.git] / .gitignore
1 # Proposed build directory according to README
2 /build/
3
4 # Visual Studio Code
5 /.vscode/
6 /src/debug/netcoredbg/bin/
7 /src/debug/netcoredbg/obj/
8
9 # Qt Creator files
10 CMakeLists.txt.user
11 *.config
12 *.creator
13 *.files
14 *.includes
15 *.autosave
16
17 # Build artifacts
18 *.o
19 *.so
20 *.a
21 *.dll
22 *.pdb