.gitignore 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  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. x64/
  38. build/
  39. [Bb]in/
  40. [Oo]bj/
  41. # MSTest test Results
  42. [Tt]est[Rr]esult*/
  43. [Bb]uild[Ll]og.*
  44. *_i.c
  45. *_p.c
  46. *.ilk
  47. *.meta
  48. *.obj
  49. *.pch
  50. *.pdb
  51. *.pgc
  52. *.pgd
  53. *.rsp
  54. *.sbr
  55. *.tlb
  56. *.tli
  57. *.tlh
  58. *.tmp
  59. *.tmp_proj
  60. *.log
  61. *.vspscc
  62. *.vssscc
  63. .builds
  64. *.pidb
  65. *.log
  66. *.scc
  67. # Visual C++ cache files
  68. ipch/
  69. *.aps
  70. *.ncb
  71. *.opensdf
  72. *.sdf
  73. *.cachefile
  74. # Visual Studio profiler
  75. *.psess
  76. *.vsp
  77. *.vspx
  78. # Guidance Automation Toolkit
  79. *.gpState
  80. # ReSharper is a .NET coding add-in
  81. _ReSharper*/
  82. *.[Rr]e[Ss]harper
  83. # TeamCity is a build add-in
  84. _TeamCity*
  85. # DotCover is a Code Coverage Tool
  86. *.dotCover
  87. # NCrunch
  88. *.ncrunch*
  89. .*crunch*.local.xml
  90. # Installshield output folder
  91. [Ee]xpress/
  92. # DocProject is a documentation generator add-in
  93. DocProject/buildhelp/
  94. DocProject/Help/*.HxT
  95. DocProject/Help/*.HxC
  96. DocProject/Help/*.hhc
  97. DocProject/Help/*.hhk
  98. DocProject/Help/*.hhp
  99. DocProject/Help/Html2
  100. DocProject/Help/html
  101. # Click-Once directory
  102. publish/
  103. # Publish Web Output
  104. *.Publish.xml
  105. *.pubxml
  106. # NuGet Packages Directory
  107. ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
  108. #packages/
  109. # Windows Azure Build Output
  110. csx
  111. *.build.csdef
  112. # Windows Store app package directory
  113. AppPackages/
  114. # Others
  115. sql/
  116. *.Cache
  117. ClientBin/
  118. [Ss]tyle[Cc]op.*
  119. ~$*
  120. *~
  121. *.dbmdl
  122. *.[Pp]ublish.xml
  123. *.pfx
  124. *.publishsettings
  125. # RIA/Silverlight projects
  126. Generated_Code/
  127. # Backup & report files from converting an old project file to a newer
  128. # Visual Studio version. Backup files are not needed, because we have git ;-)
  129. _UpgradeReport_Files/
  130. Backup*/
  131. UpgradeLog*.XML
  132. UpgradeLog*.htm
  133. # SQL Server files
  134. App_Data/*.mdf
  135. App_Data/*.ldf
  136. #############
  137. ## Windows detritus
  138. #############
  139. # Windows image file caches
  140. Thumbs.db
  141. ehthumbs.db
  142. # Folder config file
  143. Desktop.ini
  144. # Recycle Bin used on file shares
  145. $RECYCLE.BIN/
  146. # Mac crap
  147. .DS_Store
  148. #############
  149. ## Python
  150. #############
  151. *.py[co]
  152. # Packages
  153. *.egg
  154. *.egg-info
  155. dist/
  156. build/
  157. eggs/
  158. parts/
  159. var/
  160. sdist/
  161. develop-eggs/
  162. .installed.cfg
  163. # Installer logs
  164. pip-log.txt
  165. # Unit test / coverage reports
  166. .coverage
  167. .tox
  168. #Translations
  169. #*.mo
  170. lang/omninet.mo
  171. #Mr Developer
  172. .mr.developer.cfg
  173. config.php
  174. site/favicon.ico