OSDN Git Service

53da0d5698d29877a98051bf6572450c137bbc4c
[csp-qt/common_source_project-fm7.git] / .gitignore
1 ## Ignore Visual Studio temporary files, build results, and
2 ## files generated by popular Visual Studio add-ons.
3
4 # User-specific files
5 *.suo
6 *.user
7 *.sln.docstates
8
9 # Build results
10 [Dd]ebug/
11 [Dd]ebugPublic/
12 [Rr]elease/
13 x64/
14 build/
15 build-win32/
16 bld/
17 [Bb]in/
18 [Oo]bj/
19
20 # Roslyn cache directories
21 *.ide/
22
23 # MSTest test Results
24 [Tt]est[Rr]esult*/
25 [Bb]uild[Ll]og.*
26
27 #NUNIT
28 *.VisualState.xml
29 TestResult.xml
30
31 # Build Results of an ATL Project
32 [Dd]ebugPS/
33 [Rr]eleasePS/
34 dlldata.c
35
36 *_i.c
37 *_p.c
38 *_i.h
39 *.ilk
40 *.meta
41 *.obj
42 *.pch
43 *.pdb
44 *.pgc
45 *.pgd
46 *.rsp
47 *.sbr
48 *.tlb
49 *.tli
50 *.tlh
51 *.tmp
52 *.tmp_proj
53 *.log
54 *.vspscc
55 *.vssscc
56 .builds
57 *.pidb
58 *.svclog
59 *.scc
60
61 # Chutzpah Test files
62 _Chutzpah*
63
64 # Visual C++ cache files
65 ipch/
66 *.aps
67 *.ncb
68 *.opensdf
69 *.sdf
70 *.cachefile
71
72 # Visual Studio profiler
73 *.psess
74 *.vsp
75 *.vspx
76
77 # TFS 2012 Local Workspace
78 $tf/
79
80 # Guidance Automation Toolkit
81 *.gpState
82
83 # ReSharper is a .NET coding add-in
84 _ReSharper*/
85 *.[Rr]e[Ss]harper
86 *.DotSettings.user
87
88 # JustCode is a .NET coding addin-in
89 .JustCode
90
91 # TeamCity is a build add-in
92 _TeamCity*
93
94 # DotCover is a Code Coverage Tool
95 *.dotCover
96
97 # NCrunch
98 _NCrunch_*
99 .*crunch*.local.xml
100
101 # MightyMoose
102 *.mm.*
103 AutoTest.Net/
104
105 # Web workbench (sass)
106 .sass-cache/
107
108 # Installshield output folder
109 [Ee]xpress/
110
111 # DocProject is a documentation generator add-in
112 DocProject/buildhelp/
113 DocProject/Help/*.HxT
114 DocProject/Help/*.HxC
115 DocProject/Help/*.hhc
116 DocProject/Help/*.hhk
117 DocProject/Help/*.hhp
118 DocProject/Help/Html2
119 DocProject/Help/html
120
121 # Click-Once directory
122 publish/
123
124 # Publish Web Output
125 *.[Pp]ublish.xml
126 *.azurePubxml
127 ## TODO: Comment the next line if you want to checkin your
128 ## web deploy settings but do note that will include unencrypted
129 ## passwords
130 #*.pubxml
131
132 # NuGet Packages Directory
133 packages/*
134 ## TODO: If the tool you use requires repositories.config
135 ## uncomment the next line
136 #!packages/repositories.config
137
138 # Enable "build/" folder in the NuGet Packages folder since
139 # NuGet packages use it for MSBuild targets.
140 # This line needs to be after the ignore of the build folder
141 # (and the packages folder if the line above has been uncommented)
142 !packages/build/
143
144 # Windows Azure Build Output
145 csx/
146 *.build.csdef
147
148 # Windows Store app package directory
149 AppPackages/
150
151 # Others
152 sql/
153 *.Cache
154 ClientBin/
155 [Ss]tyle[Cc]op.*
156 ~$*
157 *~
158 *.dbmdl
159 *.dbproj.schemaview
160 *.pfx
161 *.publishsettings
162 node_modules/
163
164 # RIA/Silverlight projects
165 Generated_Code/
166
167 # Backup & report files from converting an old project file
168 # to a newer Visual Studio version. Backup files are not needed,
169 # because we have git ;-)
170 _UpgradeReport_Files/
171 Backup*/
172 UpgradeLog*.XML
173 UpgradeLog*.htm
174
175 # SQL Server files
176 *.mdf
177 *.ldf
178
179 # Business Intelligence projects
180 *.rdl.data
181 *.bim.layout
182 *.bim_*.settings
183
184 # Microsoft Fakes
185 FakesAssemblies/
186
187 # LightSwitch generated files
188 GeneratedArtifacts/
189 _Pvt_Extensions/
190 ModelManifest.xml
191
192 # CMake
193 source/build-cmake/*/build/*
194 source/build-cmake/*/build-win32/*
195
196 #gtags
197 GPATH
198 GRTAGS
199 GSYMS
200 GTAGS
201
202 *~
203 *.orig
204 *.rej
205 core