1
2# Created by https://www.gitignore.io/api/qt,qtcreator,visualstudio
3# Edit at https://www.gitignore.io/?templates=qt,qtcreator,visualstudio
4
5### Qt ###
6# C++ objects and libs
7*.slo
8*.lo
9*.o
10*.a
11*.la
12*.lai
13*.so
14*.dll
15*.dylib
16
17# Qt-es
18object_script.*.Release
19object_script.*.Debug
20*_plugin_import.cpp
21/.qmake.cache
22/.qmake.stash
23*.pro.user
24*.pro.user.*
25*.qbs.user
26*.qbs.user.*
27*.moc
28moc_*.cpp
29moc_*.h
30qrc_*.cpp
31ui_*.h
32*.qmlc
33*.jsc
34Makefile*
35*build-*
36
37# Qt unit tests
38target_wrapper.*
39
40# QtCreator
41*.autosave
42
43# QtCreator Qml
44*.qmlproject.user
45*.qmlproject.user.*
46
47# QtCreator CMake
48CMakeLists.txt.user*
49
50# QtCreator 4.8< compilation database
51compile_commands.json
52
53# QtCreator local machine specific files for imported projects
54*creator.user*
55
56### QtCreator ###
57# gitignore for Qt Creator like IDE for pure C/C++ project without Qt
58#
59# Reference: http://doc.qt.io/qtcreator/creator-project-generic.html
60
61
62
63# Qt Creator autogenerated files
64
65
66# A listing of all the files included in the project
67*.files
68
69# Include directories
70*.includes
71
72# Project configuration settings like predefined Macros
73*.config
74
75# Qt Creator settings
76*.creator
77
78# User project settings
79*.creator.user*
80
81# Qt Creator backups
82
83### VisualStudio ###
84## Ignore Visual Studio temporary files, build results, and
85## files generated by popular Visual Studio add-ons.
86##
87## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
88
89# User-specific files
90*.rsuser
91*.suo
92*.user
93*.userosscache
94*.sln.docstates
95
96# User-specific files (MonoDevelop/Xamarin Studio)
97*.userprefs
98
99# Mono auto generated files
100mono_crash.*
101
102# Build results
103[Dd]ebug/
104[Dd]ebugPublic/
105[Rr]elease/
106[Rr]eleases/
107x64/
108x86/
109[Aa][Rr][Mm]/
110[Aa][Rr][Mm]64/
111bld/
112[Bb]in/
113[Oo]bj/
114[Ll]og/
115
116# Visual Studio 2015/2017 cache/options directory
117.vs/
118# Uncomment if you have tasks that create the project's static files in wwwroot
119#wwwroot/
120
121# Visual Studio 2017 auto generated files
122Generated\ Files/
123
124# MSTest test Results
125[Tt]est[Rr]esult*/
126[Bb]uild[Ll]og.*
127
128# NUNIT
129*.VisualState.xml
130TestResult.xml
131
132# Build Results of an ATL Project
133[Dd]ebugPS/
134[Rr]eleasePS/
135dlldata.c
136
137# Benchmark Results
138BenchmarkDotNet.Artifacts/
139
140# .NET Core
141project.lock.json
142project.fragment.lock.json
143artifacts/
144
145# StyleCop
146StyleCopReport.xml
147
148# Files built by Visual Studio
149*_i.c
150*_p.c
151*_h.h
152*.ilk
153*.meta
154*.obj
155*.iobj
156*.pch
157*.pdb
158*.ipdb
159*.pgc
160*.pgd
161*.rsp
162*.sbr
163*.tlb
164*.tli
165*.tlh
166*.tmp
167*.tmp_proj
168*_wpftmp.csproj
169*.log
170*.vspscc
171*.vssscc
172.builds
173*.pidb
174*.svclog
175*.scc
176
177# Chutzpah Test files
178_Chutzpah*
179
180# Visual C++ cache files
181ipch/
182*.aps
183*.ncb
184*.opendb
185*.opensdf
186*.sdf
187*.cachefile
188*.VC.db
189*.VC.VC.opendb
190
191# Visual Studio profiler
192*.psess
193*.vsp
194*.vspx
195*.sap
196
197# Visual Studio Trace Files
198*.e2e
199
200# TFS 2012 Local Workspace
201$tf/
202
203# Guidance Automation Toolkit
204*.gpState
205
206# ReSharper is a .NET coding add-in
207_ReSharper*/
208*.[Rr]e[Ss]harper
209*.DotSettings.user
210
211# JustCode is a .NET coding add-in
212.JustCode
213
214# TeamCity is a build add-in
215_TeamCity*
216
217# DotCover is a Code Coverage Tool
218*.dotCover
219
220# AxoCover is a Code Coverage Tool
221.axoCover/*
222!.axoCover/settings.json
223
224# Visual Studio code coverage results
225*.coverage
226*.coveragexml
227
228# NCrunch
229_NCrunch_*
230.*crunch*.local.xml
231nCrunchTemp_*
232
233# MightyMoose
234*.mm.*
235AutoTest.Net/
236
237# Web workbench (sass)
238.sass-cache/
239
240# Installshield output folder
241[Ee]xpress/
242
243# DocProject is a documentation generator add-in
244DocProject/buildhelp/
245DocProject/Help/*.HxT
246DocProject/Help/*.HxC
247DocProject/Help/*.hhc
248DocProject/Help/*.hhk
249DocProject/Help/*.hhp
250DocProject/Help/Html2
251DocProject/Help/html
252
253# Click-Once directory
254publish/
255
256# Publish Web Output
257*.[Pp]ublish.xml
258*.azurePubxml
259# Note: Comment the next line if you want to checkin your web deploy settings,
260# but database connection strings (with potential passwords) will be unencrypted
261*.pubxml
262*.publishproj
263
264# Microsoft Azure Web App publish settings. Comment the next line if you want to
265# checkin your Azure Web App publish settings, but sensitive information contained
266# in these scripts will be unencrypted
267PublishScripts/
268
269# NuGet Packages
270*.nupkg
271# The packages folder can be ignored because of Package Restore
272**/[Pp]ackages/*
273# except build/, which is used as an MSBuild target.
274!**/[Pp]ackages/build/
275# Uncomment if necessary however generally it will be regenerated when needed
276#!**/[Pp]ackages/repositories.config
277# NuGet v3's project.json files produces more ignorable files
278*.nuget.props
279*.nuget.targets
280
281# Microsoft Azure Build Output
282csx/
283*.build.csdef
284
285# Microsoft Azure Emulator
286ecf/
287rcf/
288
289# Windows Store app package directories and files
290AppPackages/
291BundleArtifacts/
292Package.StoreAssociation.xml
293_pkginfo.txt
294*.appx
295*.appxbundle
296*.appxupload
297
298# Visual Studio cache files
299# files ending in .cache can be ignored
300*.[Cc]ache
301# but keep track of directories ending in .cache
302!?*.[Cc]ache/
303
304# Others
305ClientBin/
306~$*
307*~
308*.dbmdl
309*.dbproj.schemaview
310*.jfm
311*.pfx
312*.publishsettings
313orleans.codegen.cs
314
315# Including strong name files can present a security risk
316# (https://github.com/github/gitignore/pull/2483#issue-259490424)
317#*.snk
318
319# Since there are multiple workflows, uncomment next line to ignore bower_components
320# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
321#bower_components/
322
323# RIA/Silverlight projects
324Generated_Code/
325
326# Backup & report files from converting an old project file
327# to a newer Visual Studio version. Backup files are not needed,
328# because we have git ;-)
329_UpgradeReport_Files/
330Backup*/
331UpgradeLog*.XML
332UpgradeLog*.htm
333ServiceFabricBackup/
334*.rptproj.bak
335
336# SQL Server files
337*.mdf
338*.ldf
339*.ndf
340
341# Business Intelligence projects
342*.rdl.data
343*.bim.layout
344*.bim_*.settings
345*.rptproj.rsuser
346*- Backup*.rdl
347
348# Microsoft Fakes
349FakesAssemblies/
350
351# GhostDoc plugin setting file
352*.GhostDoc.xml
353
354# Node.js Tools for Visual Studio
355.ntvs_analysis.dat
356node_modules/
357
358# Visual Studio 6 build log
359*.plg
360
361# Visual Studio 6 workspace options file
362*.opt
363
364# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
365*.vbw
366
367# Visual Studio LightSwitch build output
368**/*.HTMLClient/GeneratedArtifacts
369**/*.DesktopClient/GeneratedArtifacts
370**/*.DesktopClient/ModelManifest.xml
371**/*.Server/GeneratedArtifacts
372**/*.Server/ModelManifest.xml
373_Pvt_Extensions
374
375# Paket dependency manager
376.paket/paket.exe
377paket-files/
378
379# FAKE - F# Make
380.fake/
381
382# CodeRush personal settings
383.cr/personal
384
385# Python Tools for Visual Studio (PTVS)
386__pycache__/
387*.pyc
388
389# Cake - Uncomment if you are using it
390# tools/**
391# !tools/packages.config
392
393# Tabs Studio
394*.tss
395
396# Telerik's JustMock configuration file
397*.jmconfig
398
399# BizTalk build output
400*.btp.cs
401*.btm.cs
402*.odx.cs
403*.xsd.cs
404
405# OpenCover UI analysis results
406OpenCover/
407
408# Azure Stream Analytics local run output
409ASALocalRun/
410
411# MSBuild Binary and Structured Log
412*.binlog
413
414# NVidia Nsight GPU debugger configuration file
415*.nvuser
416
417# MFractors (Xamarin productivity tool) working folder
418.mfractor/
419
420# Local History for Visual Studio
421.localhistory/
422
423# BeatPulse healthcheck temp database
424healthchecksdb
425
426# Backup folder for Package Reference Convert tool in Visual Studio 2017
427MigrationBackup/
428
429# End of https://www.gitignore.io/api/qt,qtcreator,visualstudio
430
431gammy
432gammylog.txt
433