forked from Viladoman/StructLayout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (31 loc) · 723 Bytes
/
.gitignore
File metadata and controls
38 lines (31 loc) · 723 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
# 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
# DLLs
*.dll
# VSIX
StructLayout/.vs/
StructLayout/bin/
StructLayout/obj/
# Layout Parser
LayoutParser/.vs/
LayoutParser/tmp/
LayoutParser/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/