.gitignore 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. #################
  2. ## Eclipse
  3. #################
  4. *.pydevproject
  5. .project
  6. .metadata
  7. bin/
  8. tmp/
  9. *.tmp
  10. *.bak
  11. *.swp
  12. *~.nib
  13. .svn
  14. local.properties
  15. .classpath
  16. .settings/
  17. .loadpath
  18. # External tool builders
  19. .externalToolBuilders/
  20. # Locally stored "Eclipse launch configurations"
  21. *.launch
  22. # CDT-specific
  23. .cproject
  24. # PDT-specific
  25. .buildpath
  26. #################
  27. ## Visual Studio
  28. #################
  29. ## Ignore Visual Studio temporary files, build results, and
  30. ## files generated by popular Visual Studio add-ons.
  31. # User-specific files
  32. *.suo
  33. *.user
  34. *.sln.docstates
  35. # Build results
  36. [Dd]ebug/
  37. [Rr]elease/
  38. *_i.c
  39. *_p.c
  40. *.ilk
  41. *.meta
  42. *.obj
  43. *.pch
  44. *.pdb
  45. *.pgc
  46. *.pgd
  47. *.rsp
  48. *.sbr
  49. *.tlb
  50. *.tli
  51. *.tlh
  52. *.tmp
  53. *.vspscc
  54. .builds
  55. *.dotCover
  56. ## TODO: If you have NuGet Package Restore enabled, uncomment this
  57. #packages/
  58. # Visual C++ cache files
  59. ipch/
  60. *.aps
  61. *.ncb
  62. *.opensdf
  63. *.sdf
  64. # Visual Studio profiler
  65. *.psess
  66. *.vsp
  67. # ReSharper is a .NET coding add-in
  68. _ReSharper*
  69. # Installshield output folder
  70. [Ee]xpress
  71. # DocProject is a documentation generator add-in
  72. DocProject/buildhelp/
  73. DocProject/Help/*.HxT
  74. DocProject/Help/*.HxC
  75. DocProject/Help/*.hhc
  76. DocProject/Help/*.hhk
  77. DocProject/Help/*.hhp
  78. DocProject/Help/Html2
  79. DocProject/Help/html
  80. # Click-Once directory
  81. publish
  82. # Others
  83. [Bb]in
  84. [Oo]bj
  85. sql
  86. TestResults
  87. *.Cache
  88. ClientBin
  89. stylecop.*
  90. ~$*
  91. *.dbmdl
  92. Generated_Code #added for RIA/Silverlight projects
  93. # Backup & report files from converting an old project file to a newer
  94. # Visual Studio version. Backup files are not needed, because we have git ;-)
  95. _UpgradeReport_Files/
  96. Backup*/
  97. UpgradeLog*.XML
  98. ############
  99. ## Windows
  100. ############
  101. # Windows image file caches
  102. Thumbs.db
  103. # Folder config file
  104. Desktop.ini
  105. #############
  106. ## Python
  107. #############
  108. *.py[co]
  109. # Packages
  110. *.egg
  111. *.egg-info
  112. # dist
  113. eggs
  114. parts
  115. bin
  116. var
  117. sdist
  118. develop-eggs
  119. .installed.cfg
  120. # Installer logs
  121. pip-log.txt
  122. # Unit test / coverage reports
  123. .coverage
  124. .tox
  125. #Translations
  126. *.mo
  127. #Mr Developer
  128. .mr.developer.cfg
  129. # Mac crap
  130. .DS_Store
  131. node_modules
  132. map/tool
  133. theme/thumb
  134. /lib
  135. todo
  136. **/*.log