.gitignore 1.9 KB

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