-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
85 lines (76 loc) · 880 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
*.bsc
*.map
*.pdb
*.obj
**/bin/**/Release/
**/bin/**/Debug/
**/bin/**/Retail/
**/obj/**/Release/
**/obj/**/Debug/
**/obj/**/Retail/
*.user
*.lastcodeanalysissucceeded
intermediate/
*.ncb
*.suo
*.opendb
*.exp
*.lib
#*.d
*.gch
*.mak
*.ilk
*.exe
*.config
#*.manifest ## needed for Atlas Builder
*.exe.manifest
*.nul
**/pk_version_base.h
**/pk_version_full.h
*.sdf
*.opensdf
**/bin/*.xml
*.xex
*.xdb
*.elf
*.elf.files
*.self
*.o
*.fpo
*.vpo
*.sym
**/*Binaries*/Microsoft.Expression.*
**/*Binaries*/*.xml
*.hlsl.csh
popcorn.htm
PKUnitTests*.txt
cl.read.1.tlog
cl.command.1.tlog
cl.write.1.tlog
vsvar_log.log
*.sbr
*.zip
*UserInfos.rtk
*.elf*.snt
**/AssemblyVersion.cs
*.metagen
*.lst
*.idb
*.ipch
*.VC.db
*.tbp.dir
last_excludes_*.txt
*.user.nvuser
# Substance files:
.autosave
*.sbs
# Redist files
*.pri
# linux
.gdb_history
*.spv
*.cso
*.gen.glsl
# Macos
.vscode/
.DS_Store