.gitignore 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542
  1. # Created by https://www.toptal.com/developers/gitignore/api/cmake,c,c++,windows,linux,visualstudio,visualstudiocode
  2. # Edit at https://www.toptal.com/developers/gitignore?templates=cmake,c,c++,windows,linux,visualstudio,visualstudiocode
  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. ### CMake ###
  61. CMakeLists.txt.user
  62. CMakeCache.txt
  63. CMakeFiles
  64. CMakeScripts
  65. Testing
  66. Makefile
  67. cmake_install.cmake
  68. install_manifest.txt
  69. compile_commands.json
  70. CTestTestfile.cmake
  71. _deps
  72. ### CMake Patch ###
  73. # External projects
  74. *-prefix/
  75. ### Linux ###
  76. *~
  77. # temporary files which can be created if a process still has a handle open of a deleted file
  78. .fuse_hidden*
  79. # KDE directory preferences
  80. .directory
  81. # Linux trash folder which might appear on any partition or disk
  82. .Trash-*
  83. # .nfs files are created when an open file is removed but is still being accessed
  84. .nfs*
  85. ### VisualStudioCode ###
  86. .vscode/*
  87. !.vscode/settings.json
  88. !.vscode/tasks.json
  89. !.vscode/launch.json
  90. !.vscode/extensions.json
  91. !.vscode/*.code-snippets
  92. # Local History for Visual Studio Code
  93. .history/
  94. # Built Visual Studio Code Extensions
  95. *.vsix
  96. ### VisualStudioCode Patch ###
  97. # Ignore all local history of files
  98. .history
  99. .ionide
  100. ### CLion ###
  101. .idea
  102. ### Windows ###
  103. # Windows thumbnail cache files
  104. Thumbs.db
  105. Thumbs.db:encryptable
  106. ehthumbs.db
  107. ehthumbs_vista.db
  108. # Dump file
  109. *.stackdump
  110. # Folder config file
  111. [Dd]esktop.ini
  112. # Recycle Bin used on file shares
  113. $RECYCLE.BIN/
  114. # Windows Installer files
  115. *.cab
  116. *.msi
  117. *.msix
  118. *.msm
  119. *.msp
  120. # Windows shortcuts
  121. *.lnk
  122. ### VisualStudio ###
  123. ## Ignore Visual Studio temporary files, build results, and
  124. ## files generated by popular Visual Studio add-ons.
  125. ##
  126. ## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
  127. # User-specific files
  128. *.rsuser
  129. *.suo
  130. *.user
  131. *.userosscache
  132. *.sln.docstates
  133. # User-specific files (MonoDevelop/Xamarin Studio)
  134. *.userprefs
  135. # Mono auto generated files
  136. mono_crash.*
  137. # Build results
  138. [Dd]ebug/
  139. [Dd]ebugPublic/
  140. [Rr]elease/
  141. [Rr]eleases/
  142. x64/
  143. x86/
  144. [Ww][Ii][Nn]32/
  145. [Aa][Rr][Mm]/
  146. [Aa][Rr][Mm]64/
  147. bld/
  148. [Bb]in/
  149. [Oo]bj/
  150. [Ll]og/
  151. [Ll]ogs/
  152. # Visual Studio 2015/2017 cache/options directory
  153. .vs/
  154. # Uncomment if you have tasks that create the project's static files in wwwroot
  155. #wwwroot/
  156. # Visual Studio 2017 auto generated files
  157. Generated\ Files/
  158. # MSTest test Results
  159. [Tt]est[Rr]esult*/
  160. [Bb]uild[Ll]og.*
  161. # NUnit
  162. *.VisualState.xml
  163. TestResult.xml
  164. nunit-*.xml
  165. # Build Results of an ATL Project
  166. [Dd]ebugPS/
  167. [Rr]eleasePS/
  168. dlldata.c
  169. # Benchmark Results
  170. BenchmarkDotNet.Artifacts/
  171. # .NET Core
  172. project.lock.json
  173. project.fragment.lock.json
  174. artifacts/
  175. # ASP.NET Scaffolding
  176. ScaffoldingReadMe.txt
  177. # StyleCop
  178. StyleCopReport.xml
  179. # Files built by Visual Studio
  180. *_i.c
  181. *_p.c
  182. *_h.h
  183. *.meta
  184. *.iobj
  185. *.ipdb
  186. *.pgc
  187. *.pgd
  188. *.rsp
  189. *.sbr
  190. *.tlb
  191. *.tli
  192. *.tlh
  193. *.tmp
  194. *.tmp_proj
  195. *_wpftmp.csproj
  196. *.log
  197. *.tlog
  198. *.vspscc
  199. *.vssscc
  200. .builds
  201. *.pidb
  202. *.svclog
  203. *.scc
  204. # Chutzpah Test files
  205. _Chutzpah*
  206. # Visual C++ cache files
  207. ipch/
  208. *.aps
  209. *.ncb
  210. *.opendb
  211. *.opensdf
  212. *.sdf
  213. *.cachefile
  214. *.VC.db
  215. *.VC.VC.opendb
  216. # Visual Studio profiler
  217. *.psess
  218. *.vsp
  219. *.vspx
  220. *.sap
  221. # Visual Studio Trace Files
  222. *.e2e
  223. # TFS 2012 Local Workspace
  224. $tf/
  225. # Guidance Automation Toolkit
  226. *.gpState
  227. # ReSharper is a .NET coding add-in
  228. _ReSharper*/
  229. *.[Rr]e[Ss]harper
  230. *.DotSettings.user
  231. # TeamCity is a build add-in
  232. _TeamCity*
  233. # DotCover is a Code Coverage Tool
  234. *.dotCover
  235. # AxoCover is a Code Coverage Tool
  236. .axoCover/*
  237. !.axoCover/settings.json
  238. # Coverlet is a free, cross platform Code Coverage Tool
  239. coverage*.json
  240. coverage*.xml
  241. coverage*.info
  242. # Visual Studio code coverage results
  243. *.coverage
  244. *.coveragexml
  245. # NCrunch
  246. _NCrunch_*
  247. .*crunch*.local.xml
  248. nCrunchTemp_*
  249. # MightyMoose
  250. *.mm.*
  251. AutoTest.Net/
  252. # Web workbench (sass)
  253. .sass-cache/
  254. # Installshield output folder
  255. [Ee]xpress/
  256. # DocProject is a documentation generator add-in
  257. DocProject/buildhelp/
  258. DocProject/Help/*.HxT
  259. DocProject/Help/*.HxC
  260. DocProject/Help/*.hhc
  261. DocProject/Help/*.hhk
  262. DocProject/Help/*.hhp
  263. DocProject/Help/Html2
  264. DocProject/Help/html
  265. # Click-Once directory
  266. publish/
  267. # Publish Web Output
  268. *.[Pp]ublish.xml
  269. *.azurePubxml
  270. # Note: Comment the next line if you want to checkin your web deploy settings,
  271. # but database connection strings (with potential passwords) will be unencrypted
  272. *.pubxml
  273. *.publishproj
  274. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  275. # checkin your Azure Web App publish settings, but sensitive information contained
  276. # in these scripts will be unencrypted
  277. PublishScripts/
  278. # NuGet Packages
  279. *.nupkg
  280. # NuGet Symbol Packages
  281. *.snupkg
  282. # The packages folder can be ignored because of Package Restore
  283. **/[Pp]ackages/*
  284. # except build/, which is used as an MSBuild target.
  285. !**/[Pp]ackages/build/
  286. # Uncomment if necessary however generally it will be regenerated when needed
  287. #!**/[Pp]ackages/repositories.config
  288. # NuGet v3's project.json files produces more ignorable files
  289. *.nuget.props
  290. *.nuget.targets
  291. # Microsoft Azure Build Output
  292. csx/
  293. *.build.csdef
  294. # Microsoft Azure Emulator
  295. ecf/
  296. rcf/
  297. # Windows Store app package directories and files
  298. AppPackages/
  299. BundleArtifacts/
  300. Package.StoreAssociation.xml
  301. _pkginfo.txt
  302. *.appx
  303. *.appxbundle
  304. *.appxupload
  305. # Visual Studio cache files
  306. # files ending in .cache can be ignored
  307. *.[Cc]ache
  308. # but keep track of directories ending in .cache
  309. !?*.[Cc]ache/
  310. # Others
  311. ClientBin/
  312. ~$*
  313. *.dbmdl
  314. *.dbproj.schemaview
  315. *.jfm
  316. *.pfx
  317. *.publishsettings
  318. orleans.codegen.cs
  319. # Including strong name files can present a security risk
  320. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  321. #*.snk
  322. # Since there are multiple workflows, uncomment next line to ignore bower_components
  323. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  324. #bower_components/
  325. # RIA/Silverlight projects
  326. Generated_Code/
  327. # Backup & report files from converting an old project file
  328. # to a newer Visual Studio version. Backup files are not needed,
  329. # because we have git ;-)
  330. _UpgradeReport_Files/
  331. Backup*/
  332. UpgradeLog*.XML
  333. UpgradeLog*.htm
  334. ServiceFabricBackup/
  335. *.rptproj.bak
  336. # SQL Server files
  337. *.mdf
  338. *.ldf
  339. *.ndf
  340. # Business Intelligence projects
  341. *.rdl.data
  342. *.bim.layout
  343. *.bim_*.settings
  344. *.rptproj.rsuser
  345. *- [Bb]ackup.rdl
  346. *- [Bb]ackup ([0-9]).rdl
  347. *- [Bb]ackup ([0-9][0-9]).rdl
  348. # Microsoft Fakes
  349. FakesAssemblies/
  350. # GhostDoc plugin setting file
  351. *.GhostDoc.xml
  352. # Node.js Tools for Visual Studio
  353. .ntvs_analysis.dat
  354. node_modules/
  355. # Visual Studio 6 build log
  356. *.plg
  357. # Visual Studio 6 workspace options file
  358. *.opt
  359. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  360. *.vbw
  361. # Visual Studio 6 auto-generated project file (contains which files were open etc.)
  362. *.vbp
  363. # Visual Studio 6 workspace and project file (working project files containing files to include in project)
  364. *.dsw
  365. *.dsp
  366. # Visual Studio 6 technical files
  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. # Paket dependency manager
  375. .paket/paket.exe
  376. paket-files/
  377. # FAKE - F# Make
  378. .fake/
  379. # CodeRush personal settings
  380. .cr/personal
  381. # Python Tools for Visual Studio (PTVS)
  382. __pycache__/
  383. *.pyc
  384. # Cake - Uncomment if you are using it
  385. # tools/**
  386. # !tools/packages.config
  387. # Tabs Studio
  388. *.tss
  389. # Telerik's JustMock configuration file
  390. *.jmconfig
  391. # BizTalk build output
  392. *.btp.cs
  393. *.btm.cs
  394. *.odx.cs
  395. *.xsd.cs
  396. # OpenCover UI analysis results
  397. OpenCover/
  398. # Azure Stream Analytics local run output
  399. ASALocalRun/
  400. # MSBuild Binary and Structured Log
  401. *.binlog
  402. # NVidia Nsight GPU debugger configuration file
  403. *.nvuser
  404. # MFractors (Xamarin productivity tool) working folder
  405. .mfractor/
  406. # Local History for Visual Studio
  407. .localhistory/
  408. # Visual Studio History (VSHistory) files
  409. .vshistory/
  410. # BeatPulse healthcheck temp database
  411. healthchecksdb
  412. # Backup folder for Package Reference Convert tool in Visual Studio 2017
  413. MigrationBackup/
  414. # Ionide (cross platform F# VS Code tools) working folder
  415. .ionide/
  416. # Fody - auto-generated XML schema
  417. FodyWeavers.xsd
  418. # VS Code files for those working on multiple tools
  419. *.code-workspace
  420. # Local History for Visual Studio Code
  421. # Windows Installer files from build outputs
  422. # JetBrains Rider
  423. *.sln.iml
  424. ### VisualStudio Patch ###
  425. # Additional files built by Visual Studio
  426. # End of https://www.toptal.com/developers/gitignore/api/cmake,c,c++,windows,linux,visualstudio,visualstudiocode