.gitignore 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. ## Ignore Visual Studio temporary files, build results, and
  2. ## files generated by popular Visual Studio add-ons.
  3. ##
  4. ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  5. # User-specific files
  6. *.suo
  7. *.user
  8. *.userosscache
  9. *.sln.docstates
  10. # User-specific files (MonoDevelop/Xamarin Studio)
  11. *.userprefs
  12. # Build results
  13. [Dd]ebug/
  14. [Dd]ebugPublic/
  15. [Rr]elease/
  16. [Rr]eleases/
  17. x64/
  18. x86/
  19. bld/
  20. [Bb]in/
  21. [Oo]bj/
  22. [Ll]og/
  23. # Visual Studio 2015/2017 cache/options directory
  24. .vs/
  25. # Uncomment if you have tasks that create the project's static files in wwwroot
  26. #wwwroot/
  27. # Visual Studio 2017 auto generated files
  28. Generated\ Files/
  29. # MSTest test Results
  30. [Tt]est[Rr]esult*/
  31. [Bb]uild[Ll]og.*
  32. # NUNIT
  33. *.VisualState.xml
  34. TestResult.xml
  35. # Build Results of an ATL Project
  36. [Dd]ebugPS/
  37. [Rr]eleasePS/
  38. dlldata.c
  39. # Benchmark Results
  40. BenchmarkDotNet.Artifacts/
  41. # .NET Core
  42. project.lock.json
  43. project.fragment.lock.json
  44. artifacts/
  45. **/Properties/launchSettings.json
  46. # StyleCop
  47. StyleCopReport.xml
  48. # Files built by Visual Studio
  49. *_i.c
  50. *_p.c
  51. *_i.h
  52. *.ilk
  53. *.meta
  54. *.obj
  55. *.iobj
  56. *.pch
  57. *.pdb
  58. *.ipdb
  59. *.pgc
  60. *.pgd
  61. *.rsp
  62. *.sbr
  63. *.tlb
  64. *.tli
  65. *.tlh
  66. *.tmp
  67. *.tmp_proj
  68. *.log
  69. *.vspscc
  70. *.vssscc
  71. .builds
  72. *.pidb
  73. *.svclog
  74. *.scc
  75. # Chutzpah Test files
  76. _Chutzpah*
  77. # Visual C++ cache files
  78. ipch/
  79. *.aps
  80. *.ncb
  81. *.opendb
  82. *.opensdf
  83. *.sdf
  84. *.cachefile
  85. *.VC.db
  86. *.VC.VC.opendb
  87. # Visual Studio profiler
  88. *.psess
  89. *.vsp
  90. *.vspx
  91. *.sap
  92. # Visual Studio Trace Files
  93. *.e2e
  94. # TFS 2012 Local Workspace
  95. $tf/
  96. # Guidance Automation Toolkit
  97. *.gpState
  98. # ReSharper is a .NET coding add-in
  99. _ReSharper*/
  100. *.[Rr]e[Ss]harper
  101. *.DotSettings.user
  102. # JustCode is a .NET coding add-in
  103. .JustCode
  104. # TeamCity is a build add-in
  105. _TeamCity*
  106. # DotCover is a Code Coverage Tool
  107. *.dotCover
  108. # AxoCover is a Code Coverage Tool
  109. .axoCover/*
  110. !.axoCover/settings.json
  111. # Visual Studio code coverage results
  112. *.coverage
  113. *.coveragexml
  114. # NCrunch
  115. _NCrunch_*
  116. .*crunch*.local.xml
  117. nCrunchTemp_*
  118. # MightyMoose
  119. *.mm.*
  120. AutoTest.Net/
  121. # Web workbench (sass)
  122. .sass-cache/
  123. # Installshield output folder
  124. [Ee]xpress/
  125. # DocProject is a documentation generator add-in
  126. DocProject/buildhelp/
  127. DocProject/Help/*.HxT
  128. DocProject/Help/*.HxC
  129. DocProject/Help/*.hhc
  130. DocProject/Help/*.hhk
  131. DocProject/Help/*.hhp
  132. DocProject/Help/Html2
  133. DocProject/Help/html
  134. # Click-Once directory
  135. publish/
  136. # Publish Web Output
  137. *.[Pp]ublish.xml
  138. *.azurePubxml
  139. # Note: Comment the next line if you want to checkin your web deploy settings,
  140. # but database connection strings (with potential passwords) will be unencrypted
  141. *.pubxml
  142. *.publishproj
  143. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  144. # checkin your Azure Web App publish settings, but sensitive information contained
  145. # in these scripts will be unencrypted
  146. PublishScripts/
  147. # NuGet Packages
  148. *.nupkg
  149. # The packages folder can be ignored because of Package Restore
  150. **/[Pp]ackages/*
  151. # except build/, which is used as an MSBuild target.
  152. !**/[Pp]ackages/build/
  153. # Uncomment if necessary however generally it will be regenerated when needed
  154. #!**/[Pp]ackages/repositories.config
  155. # NuGet v3's project.json files produces more ignorable files
  156. *.nuget.props
  157. *.nuget.targets
  158. # Microsoft Azure Build Output
  159. csx/
  160. *.build.csdef
  161. # Microsoft Azure Emulator
  162. ecf/
  163. rcf/
  164. # Windows Store app package directories and files
  165. AppPackages/
  166. BundleArtifacts/
  167. Package.StoreAssociation.xml
  168. _pkginfo.txt
  169. *.appx
  170. # Visual Studio cache files
  171. # files ending in .cache can be ignored
  172. *.[Cc]ache
  173. # but keep track of directories ending in .cache
  174. !*.[Cc]ache/
  175. # Others
  176. ClientBin/
  177. ~$*
  178. *~
  179. *.dbmdl
  180. *.dbproj.schemaview
  181. *.jfm
  182. *.pfx
  183. *.publishsettings
  184. orleans.codegen.cs
  185. # Including strong name files can present a security risk
  186. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  187. #*.snk
  188. # Since there are multiple workflows, uncomment next line to ignore bower_components
  189. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  190. #bower_components/
  191. # RIA/Silverlight projects
  192. Generated_Code/
  193. # Backup & report files from converting an old project file
  194. # to a newer Visual Studio version. Backup files are not needed,
  195. # because we have git ;-)
  196. _UpgradeReport_Files/
  197. Backup*/
  198. UpgradeLog*.XML
  199. UpgradeLog*.htm
  200. ServiceFabricBackup/
  201. *.rptproj.bak
  202. # SQL Server files
  203. *.mdf
  204. *.ldf
  205. *.ndf
  206. # Business Intelligence projects
  207. *.rdl.data
  208. *.bim.layout
  209. *.bim_*.settings
  210. *.rptproj.rsuser
  211. # Microsoft Fakes
  212. FakesAssemblies/
  213. # GhostDoc plugin setting file
  214. *.GhostDoc.xml
  215. # Node.js Tools for Visual Studio
  216. .ntvs_analysis.dat
  217. node_modules/
  218. # Visual Studio 6 build log
  219. *.plg
  220. # Visual Studio 6 workspace options file
  221. *.opt
  222. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  223. *.vbw
  224. # Visual Studio LightSwitch build output
  225. **/*.HTMLClient/GeneratedArtifacts
  226. **/*.DesktopClient/GeneratedArtifacts
  227. **/*.DesktopClient/ModelManifest.xml
  228. **/*.Server/GeneratedArtifacts
  229. **/*.Server/ModelManifest.xml
  230. _Pvt_Extensions
  231. # Paket dependency manager
  232. .paket/paket.exe
  233. paket-files/
  234. # FAKE - F# Make
  235. .fake/
  236. # JetBrains Rider
  237. .idea/
  238. *.sln.iml
  239. # CodeRush
  240. .cr/
  241. # Python Tools for Visual Studio (PTVS)
  242. __pycache__/
  243. *.pyc
  244. # Cake - Uncomment if you are using it
  245. # tools/**
  246. # !tools/packages.config
  247. # Tabs Studio
  248. *.tss
  249. # Telerik's JustMock configuration file
  250. *.jmconfig
  251. # BizTalk build output
  252. *.btp.cs
  253. *.btm.cs
  254. *.odx.cs
  255. *.xsd.cs
  256. # OpenCover UI analysis results
  257. OpenCover/
  258. # Azure Stream Analytics local run output
  259. ASALocalRun/
  260. # MSBuild Binary and Structured Log
  261. *.binlog
  262. # NVidia Nsight GPU debugger configuration file
  263. *.nvuser
  264. # MFractors (Xamarin productivity tool) working folder
  265. .mfractor/
  266. *.vscode
  267. # CMake files.
  268. */CMakeFiles/
  269. /CMakeCache.txt
  270. /CMakeFiles/
  271. /Makefile
  272. /cmake_install.cmake
  273. */Makefile
  274. */*.cmake
  275. # Built targets.
  276. libsealpir.a