-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (44 loc) · 998 Bytes
/
.gitignore
File metadata and controls
55 lines (44 loc) · 998 Bytes
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
# Specifies intentionally untracked files to ignore.
#
# https://git-scm.com/docs/gitignore
# https://www.gitignore.io/
# https://github.com/github/gitignore
#
# In case of conflict with a specific file format, feel free to remove the
# problematic line.
# Generated when a Git operation is conflicting.
*.orig
# Personal extensions
*.vcxproj.user
*.scor
*.scor.*
*.slbin
# DLLs
*.dll
# VSIX
.vs/
StructLayout/.vs/
StructLayout/VSIX16/.vs/
StructLayout/VSIX16/bin/
StructLayout/VSIX16/obj/
StructLayout/VSIX17/.vs/
StructLayout/VSIX17/bin/
StructLayout/VSIX17/obj/
# Layout Parsers
Parsers/ClangLayout/.vs/
Parsers/ClangLayout/tmp/
Parsers/ClangLayout/bin/
Parsers/PDBLayout/.vs/
Parsers/PDBLayout/tmp/
Parsers/PDBLayout/bin/
# LLVM project
llvm-project*
# WPF App for rapid UX iteration
Prototype/
# Test Projects
TestProjects/Regular/.vs/
TestProjects/Regular/tmp/
TestProjects/Regular/bin/
TestProjects/Regular/StructLayoutSettings.json
TestProjects/CMake/.vs/
TestProjects/CMake/out/