.gitignore 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. # ---> Vim
  2. [._]*.s[a-w][a-z]
  3. [._]s[a-w][a-z]
  4. *.un~
  5. Session.vim
  6. .netrwhist
  7. *~
  8. # ---> KiCAD
  9. # For PCBs designed using KiCAD: http://www.kicad-pcb.org/
  10. # Temporary files
  11. *.000
  12. *.bak
  13. *.bck
  14. *.kicad_pcb-bak
  15. fp-info-cache
  16. fp-info-cache/
  17. # Netlist files (exported from Eeschema)
  18. *.net
  19. # Autorouter files (exported from Pcbnew)
  20. .dsn
  21. # ---> VisualStudio
  22. ## Ignore Visual Studio temporary files, build results, and
  23. ## files generated by popular Visual Studio add-ons.
  24. # User-specific files
  25. *.suo
  26. *.user
  27. *.userosscache
  28. *.sln.docstates
  29. # User-specific files (MonoDevelop/Xamarin Studio)
  30. *.userprefs
  31. # Build results
  32. [Dd]ebug/
  33. [Dd]ebugPublic/
  34. [Rr]elease/
  35. [Rr]eleases/
  36. x64/
  37. x86/
  38. build/
  39. bld/
  40. [Bb]in/
  41. [Oo]bj/
  42. # Visual Studio 2015 cache/options directory
  43. .vs/
  44. # Uncomment if you have tasks that create the project's static files in wwwroot
  45. #wwwroot/
  46. # MSTest test Results
  47. [Tt]est[Rr]esult*/
  48. [Bb]uild[Ll]og.*
  49. # NUNIT
  50. *.VisualState.xml
  51. TestResult.xml
  52. # Build Results of an ATL Project
  53. [Dd]ebugPS/
  54. [Rr]eleasePS/
  55. dlldata.c
  56. # DNX
  57. project.lock.json
  58. artifacts/
  59. *_i.c
  60. *_p.c
  61. *_i.h
  62. *.ilk
  63. *.meta
  64. *.obj
  65. *.pch
  66. *.pdb
  67. *.pgc
  68. *.pgd
  69. *.rsp
  70. *.sbr
  71. *.tlb
  72. *.tli
  73. *.tlh
  74. *.tmp
  75. *.tmp_proj
  76. *.log
  77. *.vspscc
  78. *.vssscc
  79. .builds
  80. *.pidb
  81. *.svclog
  82. *.scc
  83. # Chutzpah Test files
  84. _Chutzpah*
  85. # Visual C++ cache files
  86. ipch/
  87. *.aps
  88. *.ncb
  89. *.opensdf
  90. *.sdf
  91. *.cachefile
  92. # Visual Studio profiler
  93. *.psess
  94. *.vsp
  95. *.vspx
  96. *.sap
  97. # TFS 2012 Local Workspace
  98. $tf/
  99. # Guidance Automation Toolkit
  100. *.gpState
  101. # ReSharper is a .NET coding add-in
  102. _ReSharper*/
  103. *.[Rr]e[Ss]harper
  104. *.DotSettings.user
  105. # JustCode is a .NET coding add-in
  106. .JustCode
  107. # TeamCity is a build add-in
  108. _TeamCity*
  109. # DotCover is a Code Coverage Tool
  110. *.dotCover
  111. # NCrunch
  112. _NCrunch_*
  113. .*crunch*.local.xml
  114. nCrunchTemp_*
  115. # MightyMoose
  116. *.mm.*
  117. AutoTest.Net/
  118. # Web workbench (sass)
  119. .sass-cache/
  120. # Installshield output folder
  121. [Ee]xpress/
  122. # DocProject is a documentation generator add-in
  123. DocProject/buildhelp/
  124. DocProject/Help/*.HxT
  125. DocProject/Help/*.HxC
  126. DocProject/Help/*.hhc
  127. DocProject/Help/*.hhk
  128. DocProject/Help/*.hhp
  129. DocProject/Help/Html2
  130. DocProject/Help/html
  131. # Click-Once directory
  132. publish/
  133. # Publish Web Output
  134. *.[Pp]ublish.xml
  135. *.azurePubxml
  136. # TODO: Comment the next line if you want to checkin your web deploy settings
  137. # but database connection strings (with potential passwords) will be unencrypted
  138. *.pubxml
  139. *.publishproj
  140. # NuGet Packages
  141. *.nupkg
  142. # The packages folder can be ignored because of Package Restore
  143. **/packages/*
  144. # except build/, which is used as an MSBuild target.
  145. !**/packages/build/
  146. # Uncomment if necessary however generally it will be regenerated when needed
  147. #!**/packages/repositories.config
  148. # Windows Azure Build Output
  149. csx/
  150. *.build.csdef
  151. # Windows Store app package directory
  152. AppPackages/
  153. # Visual Studio cache files
  154. # files ending in .cache can be ignored
  155. *.[Cc]ache
  156. # but keep track of directories ending in .cache
  157. !*.[Cc]ache/
  158. # Others
  159. ClientBin/
  160. [Ss]tyle[Cc]op.*
  161. ~$*
  162. *~
  163. *.dbmdl
  164. *.dbproj.schemaview
  165. *.pfx
  166. *.publishsettings
  167. node_modules/
  168. orleans.codegen.cs
  169. # RIA/Silverlight projects
  170. Generated_Code/
  171. # Backup & report files from converting an old project file
  172. # to a newer Visual Studio version. Backup files are not needed,
  173. # because we have git ;-)
  174. _UpgradeReport_Files/
  175. Backup*/
  176. UpgradeLog*.XML
  177. UpgradeLog*.htm
  178. # SQL Server files
  179. *.mdf
  180. *.ldf
  181. # Business Intelligence projects
  182. *.rdl.data
  183. *.bim.layout
  184. *.bim_*.settings
  185. # Microsoft Fakes
  186. FakesAssemblies/
  187. # Node.js Tools for Visual Studio
  188. .ntvs_analysis.dat
  189. # Visual Studio 6 build log
  190. *.plg
  191. # Visual Studio 6 workspace options file
  192. *.opt
  193. # Visual Studio LightSwitch build output
  194. **/*.HTMLClient/GeneratedArtifacts
  195. **/*.DesktopClient/GeneratedArtifacts
  196. **/*.DesktopClient/ModelManifest.xml
  197. **/*.Server/GeneratedArtifacts
  198. **/*.Server/ModelManifest.xml
  199. _Pvt_Extensions
  200. # ---> VisualStudioCode
  201. .settings
  202. # ---> Python
  203. # Byte-compiled / optimized / DLL files
  204. __pycache__/
  205. *.py[cod]
  206. *$py.class
  207. # C extensions
  208. *.so
  209. # Distribution / packaging
  210. .Python
  211. env/
  212. build/
  213. develop-eggs/
  214. dist/
  215. downloads/
  216. eggs/
  217. .eggs/
  218. lib/
  219. lib64/
  220. parts/
  221. sdist/
  222. var/
  223. *.egg-info/
  224. .installed.cfg
  225. *.egg
  226. # PyInstaller
  227. # Usually these files are written by a python script from a template
  228. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  229. *.manifest
  230. *.spec
  231. # Installer logs
  232. pip-log.txt
  233. pip-delete-this-directory.txt
  234. # Unit test / coverage reports
  235. htmlcov/
  236. .tox/
  237. .coverage
  238. .coverage.*
  239. .cache
  240. nosetests.xml
  241. coverage.xml
  242. *,cover
  243. # Translations
  244. *.mo
  245. *.pot
  246. # Django stuff:
  247. *.log
  248. # Sphinx documentation
  249. docs/_build/
  250. # PyBuilder
  251. target/
  252. # ---> VirtualEnv
  253. # Virtualenv
  254. # http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
  255. .Python
  256. [Bb]in
  257. [Ii]nclude
  258. [Ll]ib
  259. [Ll]ocal
  260. [Ss]cripts
  261. pyvenv.cfg
  262. pip-selfcheck.json