.gitignore 8.4 KB

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