A short example of using subtree for stuff.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

171 lines
2.0 KiB

  1. #################
  2. ## Eclipse
  3. #################
  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. # External tool builders
  18. .externalToolBuilders/
  19. # Locally stored "Eclipse launch configurations"
  20. *.launch
  21. # CDT-specific
  22. .cproject
  23. # PDT-specific
  24. .buildpath
  25. #############
  26. ## Eagle
  27. #############
  28. # Ignore the board and schematic backup files
  29. *.b#?
  30. *.s#?
  31. #################
  32. ## Visual Studio
  33. #################
  34. ## Ignore Visual Studio temporary files, build results, and
  35. ## files generated by popular Visual Studio add-ons.
  36. # User-specific files
  37. *.suo
  38. *.user
  39. *.sln.docstates
  40. # Build results
  41. [Dd]ebug/
  42. [Rr]elease/
  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. *.vspscc
  59. .builds
  60. *.dotCover
  61. ## TODO: If you have NuGet Package Restore enabled, uncomment this
  62. #packages/
  63. # Visual C++ cache files
  64. ipch/
  65. *.aps
  66. *.ncb
  67. *.opensdf
  68. *.sdf
  69. # Visual Studio profiler
  70. *.psess
  71. *.vsp
  72. # ReSharper is a .NET coding add-in
  73. _ReSharper*
  74. # Installshield output folder
  75. [Ee]xpress
  76. # DocProject is a documentation generator add-in
  77. DocProject/buildhelp/
  78. DocProject/Help/*.HxT
  79. DocProject/Help/*.HxC
  80. DocProject/Help/*.hhc
  81. DocProject/Help/*.hhk
  82. DocProject/Help/*.hhp
  83. DocProject/Help/Html2
  84. DocProject/Help/html
  85. # Click-Once directory
  86. publish
  87. # Others
  88. [Bb]in
  89. [Oo]bj
  90. sql
  91. TestResults
  92. *.Cache
  93. ClientBin
  94. stylecop.*
  95. ~$*
  96. *.dbmdl
  97. Generated_Code #added for RIA/Silverlight projects
  98. # Backup & report files from converting an old project file to a newer
  99. # Visual Studio version. Backup files are not needed, because we have git ;-)
  100. _UpgradeReport_Files/
  101. Backup*/
  102. UpgradeLog*.XML
  103. ############
  104. ## Windows
  105. ############
  106. # Windows image file caches
  107. Thumbs.db
  108. # Folder config file
  109. Desktop.ini
  110. #############
  111. ## Python
  112. #############
  113. *.py[co]
  114. # Packages
  115. *.egg
  116. *.egg-info
  117. dist
  118. build
  119. eggs
  120. parts
  121. bin
  122. var
  123. sdist
  124. develop-eggs
  125. .installed.cfg
  126. # Installer logs
  127. pip-log.txt
  128. # Unit test / coverage reports
  129. .coverage
  130. .tox
  131. #Translations
  132. *.mo
  133. #Mr Developer
  134. .mr.developer.cfg
  135. # Mac crap
  136. .DS_Store