.gitignore 2.8 KB

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