|
@@ -39,3 +39,72 @@ Thumbs.db
|
39
|
39
|
.directory
|
40
|
40
|
src/framework/graphics/dx/
|
41
|
41
|
modules/.project/modules.sublime-workspace
|
|
42
|
+
|
|
43
|
+#################
|
|
44
|
+## Visual Studio
|
|
45
|
+#################
|
|
46
|
+
|
|
47
|
+## Ignore Visual Studio temporary files, build results, and
|
|
48
|
+## files generated by popular Visual Studio add-ons.
|
|
49
|
+
|
|
50
|
+# User-specific files
|
|
51
|
+*.suo
|
|
52
|
+*.user
|
|
53
|
+*.sln.docstates
|
|
54
|
+
|
|
55
|
+# Build results
|
|
56
|
+
|
|
57
|
+[Dd]ebug/
|
|
58
|
+[Rr]elease/
|
|
59
|
+x64/
|
|
60
|
+build/
|
|
61
|
+[Bb]in/
|
|
62
|
+[Oo]bj/
|
|
63
|
+
|
|
64
|
+# MSTest test Results
|
|
65
|
+[Tt]est[Rr]esult*/
|
|
66
|
+[Bb]uild[Ll]og.*
|
|
67
|
+
|
|
68
|
+*_i.c
|
|
69
|
+*_p.c
|
|
70
|
+*.ilk
|
|
71
|
+*.meta
|
|
72
|
+*.obj
|
|
73
|
+*.pch
|
|
74
|
+*.pdb
|
|
75
|
+*.pgc
|
|
76
|
+*.pgd
|
|
77
|
+*.rsp
|
|
78
|
+*.sbr
|
|
79
|
+*.tlb
|
|
80
|
+*.tli
|
|
81
|
+*.tlh
|
|
82
|
+*.tmp
|
|
83
|
+*.tmp_proj
|
|
84
|
+*.log
|
|
85
|
+*.vspscc
|
|
86
|
+*.vssscc
|
|
87
|
+.builds
|
|
88
|
+*.pidb
|
|
89
|
+*.log
|
|
90
|
+*.scc
|
|
91
|
+
|
|
92
|
+# Visual C++ cache files
|
|
93
|
+ipch/
|
|
94
|
+*.aps
|
|
95
|
+*.ncb
|
|
96
|
+*.opensdf
|
|
97
|
+*.sdf
|
|
98
|
+*.cachefile
|
|
99
|
+
|
|
100
|
+# Visual Studio profiler
|
|
101
|
+*.psess
|
|
102
|
+*.vsp
|
|
103
|
+*.vspx
|
|
104
|
+
|
|
105
|
+# Guidance Automation Toolkit
|
|
106
|
+*.gpState
|
|
107
|
+
|
|
108
|
+# ReSharper is a .NET coding add-in
|
|
109
|
+_ReSharper*/
|
|
110
|
+*.[Rr]e[Ss]harper
|