.gitignore 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. Ix.NET/Layout
  2. Ix.NET/Layout
  3. Rx.NET/Layout
  4. *.pydevproject
  5. .project
  6. .metadata
  7. bin/
  8. tmp/
  9. *.tmp
  10. *.bak
  11. *.swp
  12. *~.nib
  13. local.properties
  14. .classpath
  15. .settings/
  16. .loadpath
  17. *.exe
  18. .store/
  19. *.binlog
  20. # External tool builders
  21. .externalToolBuilders/
  22. # Locally stored "Eclipse launch configurations"
  23. *.launch
  24. # CDT-specific
  25. .cproject
  26. # PDT-specific
  27. .buildpath
  28. _NCrunch*
  29. #################
  30. ## Visual Studio
  31. #################
  32. ## Ignore Visual Studio temporary files, build results, and
  33. ## files generated by popular Visual Studio add-ons.
  34. # User-specific files
  35. *.suo
  36. *.user
  37. *.sln.docstates
  38. # Build results
  39. [Dd]ebug/
  40. [Rr]elease/
  41. *_i.c
  42. *_p.c
  43. *.ilk
  44. *.meta
  45. *.obj
  46. *.pch
  47. *.pdb
  48. *.pgc
  49. *.pgd
  50. *.rsp
  51. *.sbr
  52. *.tlb
  53. *.tli
  54. *.tlh
  55. *.tmp
  56. *.vspscc
  57. .builds
  58. *.dotCover
  59. ## TODO: If you have NuGet Package Restore enabled, uncomment this
  60. packages/
  61. # Visual C++ cache files
  62. ipch/
  63. *.aps
  64. *.ncb
  65. *.opensdf
  66. *.sdf
  67. # Visual Studio profiler
  68. *.psess
  69. *.vsp
  70. # ReSharper is a .NET coding add-in
  71. _ReSharper*
  72. # Installshield output folder
  73. [Ee]xpress
  74. # DocProject is a documentation generator add-in
  75. DocProject/buildhelp/
  76. DocProject/Help/*.HxT
  77. DocProject/Help/*.HxC
  78. DocProject/Help/*.hhc
  79. DocProject/Help/*.hhk
  80. DocProject/Help/*.hhp
  81. DocProject/Help/Html2
  82. DocProject/Help/html
  83. # Click-Once directory
  84. publish
  85. # Others
  86. [Bb]in
  87. [Oo]bj
  88. sql
  89. TestResults
  90. *.Cache
  91. ClientBin
  92. stylecop.*
  93. ~$*
  94. *.dbmdl
  95. .vs/
  96. *.lock.json
  97. artifacts/
  98. Generated_Code #added for RIA/Silverlight projects
  99. ApiApprovalTests.*.received.txt
  100. coverlet/
  101. # Backup & report files from converting an old project file to a newer
  102. # Visual Studio version. Backup files are not needed, because we have git ;-)
  103. _UpgradeReport_Files/
  104. Backup*/
  105. UpgradeLog*.XML
  106. UpgradeLog*.htm
  107. ############
  108. ## Windows
  109. ############
  110. # Windows image file caches
  111. Thumbs.db
  112. # Folder config file
  113. Desktop.ini
  114. #############
  115. ## Python
  116. #############
  117. *.py[co]
  118. # Packages
  119. *.egg
  120. *.egg-info
  121. dist
  122. build
  123. eggs
  124. parts
  125. bin
  126. var
  127. sdist
  128. develop-eggs
  129. .installed.cfg
  130. # Installer logs
  131. pip-log.txt
  132. # Unit test / coverage reports
  133. .coverage
  134. .tox
  135. #Translations
  136. *.mo
  137. #Mr Developer
  138. .mr.developer.cfg
  139. # Mac crap
  140. .DS_Store
  141. Rx.NET/Source/Rx.sln.ide/
  142. Ix.NET/Source/Interactive Extensions.sln.ide/
  143. Rx.NET/tools/HomoIcon/HomoIcon.sln.ide/
  144. Rx.NET/Test/Rx/packages/
  145. Rx.NET/Samples/Portable/Portable.sln.ide/
  146. Rx.NET/Samples/Portable/packages/
  147. *.nupkg
  148. *.nuget.props
  149. *.nuget.targets
  150. nuget.exe
  151. # dotnet local cache
  152. .dotnet
  153. # JetBrains Rider adds these
  154. .idea/
  155. # Local NCrunch settings
  156. *.v3.ncrunchproject
  157. *.v3.ncrunchsolution
  158. /Rx.NET/Source/.NCrunch_*/StoredText
  159. # Windows Store app package directories and files
  160. AppPackages/
  161. BundleArtifacts/
  162. Package.StoreAssociation.xml
  163. _pkginfo.txt
  164. *.appx