.gitignore 2.1 KB

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