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