.gitignore 2.0 KB

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