forked from Samsung/netcoredbg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
67 lines (55 loc) · 764 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Au
/.*/
/docs/
/packaging/
/test*/
/build/*
!*.vcxproj
!*.sln
!/build/src/
!/build/third_party/
/build/src/*
!*.vcxproj
/build/third_party/*
!/build/third_party/linenoise-ng/
/build/third_party/linenoise-ng/*
!*.vcxproj
*.bak
# Visual Studio Code
/.vscode/
# Visual Studio (directories)
.vs
# Qt Creator files
CMakeLists.txt.user
*.config
*.creator
*.files
*.includes
*.autosave
# Build artifacts
*.o
*.so
*.a
*.dll
*.pdb
bin/
obj/
# .NET and CoreCLR downloaded by build system
/.dotnet/
/.coreclr/
# cross-build related files
/.tools/
# GDB-related
.gdb_history
# Vim swap files
.*.sw?
.sw?
# miscellaneous backup files
*~
# core dumps
core
core.*
# ctags index (used to navigate in source code)
tags
# netcoregdb's command history
.netcoredbg_hist