.gitignore 8.3 KB

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