.gitignore 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. /config.h
  2. /shell.ini
  3. /version.h
  4. run/
  5. # Ignore distribution files
  6. *.dll
  7. *.so
  8. .idea
  9. ## Ignore Visual Studio temporary files, build results, and
  10. ## files generated by popular Visual Studio add-ons.
  11. .vs
  12. .vscode
  13. *.iml
  14. .gradle
  15. /local.properties
  16. /.idea/caches/build_file_checksums.ser
  17. /.idea/libraries
  18. /.idea/modules.xml
  19. /.idea/workspace.xml
  20. .DS_Store
  21. /captures
  22. .externalNativeBuild
  23. # User-specific files
  24. *.suo
  25. *.user
  26. *.sln.docstates
  27. # Build results
  28. [Dd]ebug/
  29. [Rr]elease/
  30. x64/
  31. Win32-[Dd]ebug/
  32. Win32-[Rr]elease/
  33. [Bb]in/
  34. [Oo]bj/
  35. [Tt]emp/
  36. ipch/
  37. [Tt]mp/
  38. # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
  39. !packages/*/build/
  40. # MSTest test Results
  41. [Tt]est[Rr]esult*/
  42. [Bb]uild[Ll]og.*
  43. *_i.c
  44. *_p.c
  45. *.ilk
  46. *.meta
  47. *.obj
  48. *.pch
  49. *.pdb
  50. *.pgc
  51. *.pgd
  52. *.rsp
  53. *.sbr
  54. *.tlb
  55. *.tli
  56. *.tlh
  57. *.tmp
  58. *.tmp_proj
  59. *.log
  60. *.vspscc
  61. *.vssscc
  62. .builds
  63. *.pidb
  64. *.log
  65. *.scc
  66. *.tlog
  67. # Visual C++ cache files
  68. ipch/
  69. *.aps
  70. *.ncb
  71. *.opensdf
  72. *.sdf
  73. *.cachefile
  74. # Visual Studio profiler
  75. *.psess
  76. *.vsp
  77. *.vspx
  78. # Guidance Automation Toolkit
  79. *.gpState
  80. # ReSharper is a .NET coding add-in
  81. _ReSharper*/
  82. *.[Rr]e[Ss]harper
  83. # TeamCity is a build add-in
  84. _TeamCity*
  85. # DotCover is a Code Coverage Tool
  86. *.dotCover
  87. # NCrunch
  88. *.ncrunch*
  89. .*crunch*.local.xml
  90. # Installshield output folder
  91. [Ee]xpress/
  92. # DocProject is a documentation generator add-in
  93. DocProject/buildhelp/
  94. DocProject/Help/*.HxT
  95. DocProject/Help/*.HxC
  96. DocProject/Help/*.hhc
  97. DocProject/Help/*.hhk
  98. DocProject/Help/*.hhp
  99. DocProject/Help/Html2
  100. DocProject/Help/html
  101. # Click-Once directory
  102. publish/
  103. # Publish Web Output
  104. *.Publish.xml
  105. # NuGet Packages Directory
  106. ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
  107. #packages/
  108. # Windows Azure Build Output
  109. csx
  110. *.build.csdef
  111. # Windows Store app package directory
  112. AppPackages/
  113. # Others
  114. sql/
  115. *.Cache
  116. ClientBin/
  117. [Ss]tyle[Cc]op.*
  118. ~$*
  119. *~
  120. *.dbmdl
  121. *.[Pp]ublish.xml
  122. *.pfx
  123. *.publishsettings
  124. # RIA/Silverlight projects
  125. Generated_Code/
  126. # Backup & report files from converting an old project file to a newer
  127. # Visual Studio version. Backup files are not needed, because we have git ;-)
  128. _UpgradeReport_Files/
  129. Backup*/
  130. UpgradeLog*.XML
  131. UpgradeLog*.htm
  132. # SQL Server files
  133. App_Data/*.mdf
  134. App_Data/*.ldf
  135. #LightSwitch generated files
  136. GeneratedArtifacts/
  137. _Pvt_Extensions/
  138. ModelManifest.xml
  139. # =========================
  140. # Windows detritus
  141. # =========================
  142. # Windows image file caches
  143. Thumbs.db
  144. ehthumbs.db
  145. # Folder config file
  146. Desktop.ini
  147. # Recycle Bin used on file shares
  148. $RECYCLE.BIN/
  149. # Mac desktop service store files
  150. .DS_Store
  151. # CMake
  152. out/
  153. build/
  154. CMakeCache.txt
  155. CMakeFiles
  156. CMakeScripts
  157. Testing
  158. Makefile
  159. cmake_install.cmake
  160. install_manifest.txt
  161. compile_commands.json
  162. CTestTestfile.cmake
  163. _deps
  164. #CMakeSettings.json
  165. CMakePresets.json
  166. /Other/libimageproc/RCa15420
  167. /cpp.hint
  168. !/ThirdParty/Include/msgpack/msgpack/preprocessor/debug