.gitignore 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. #################
  2. ## Eclipse
  3. #################
  4. *.pydevproject
  5. .project
  6. .metadata
  7. *.exe
  8. *.dll
  9. *.exp
  10. *.lib
  11. *.key
  12. *.pem
  13. *.so
  14. bin/3proxy
  15. bin/proxy
  16. bin/socks
  17. bin/tcppm
  18. bin/udppm
  19. bin/pop3p
  20. bin/smtpp
  21. bin/ftppr
  22. bin/mycrypt
  23. bin64/
  24. dll/
  25. tmp/
  26. *.tmp
  27. *.bak
  28. *.bat
  29. *.swp
  30. *.o
  31. *.idb
  32. *.err
  33. res
  34. version.c
  35. version
  36. version.sh
  37. buildlinux.sh
  38. 3proxy.res
  39. src/3proxy
  40. src/proxy
  41. src/socks
  42. src/tcppm
  43. src/udppm
  44. src/pop3p
  45. src/smtpp
  46. src/ftppr
  47. src/icqpr
  48. src/mycrypt
  49. src/dighosts
  50. *.ld.so
  51. *.dSYM
  52. doc/html/man3/
  53. doc/html/man8/
  54. *.var
  55. verfile.sh
  56. Makefile
  57. copytgz.sh
  58. *~.nib
  59. local.properties
  60. .classpath
  61. .settings/
  62. .loadpath
  63. # External tool builders
  64. .externalToolBuilders/
  65. # Locally stored "Eclipse launch configurations"
  66. *.launch
  67. # CDT-specific
  68. .cproject
  69. # PDT-specific
  70. .buildpath
  71. #################
  72. ## Visual Studio
  73. #################
  74. ## Ignore Visual Studio temporary files, build results, and
  75. ## files generated by popular Visual Studio add-ons.
  76. # User-specific files
  77. *.suo
  78. *.user
  79. *.sln.docstates
  80. # Build results
  81. [Dd]ebug/
  82. [Rr]elease/
  83. x64/
  84. build/
  85. [Oo]bj/
  86. # MSTest test Results
  87. [Tt]est[Rr]esult*/
  88. [Bb]uild[Ll]og.*
  89. *_i.c
  90. *_p.c
  91. *.ilk
  92. *.meta
  93. *.obj
  94. *.pch
  95. *.pdb
  96. *.pgc
  97. *.pgd
  98. *.rsp
  99. *.sbr
  100. *.tlb
  101. *.tli
  102. *.tlh
  103. *.tmp
  104. *.tmp_proj
  105. *.log
  106. *.vspscc
  107. *.vssscc
  108. .builds
  109. *.pidb
  110. *.log
  111. *.scc
  112. # Visual C++ cache files
  113. ipch/
  114. *.aps
  115. *.ncb
  116. *.opensdf
  117. *.sdf
  118. *.cachefile
  119. # Visual Studio profiler
  120. *.psess
  121. *.vsp
  122. *.vspx
  123. # Guidance Automation Toolkit
  124. *.gpState
  125. # ReSharper is a .NET coding add-in
  126. _ReSharper*/
  127. *.[Rr]e[Ss]harper
  128. # TeamCity is a build add-in
  129. _TeamCity*
  130. # DotCover is a Code Coverage Tool
  131. *.dotCover
  132. # NCrunch
  133. *.ncrunch*
  134. .*crunch*.local.xml
  135. # Installshield output folder
  136. [Ee]xpress/
  137. # DocProject is a documentation generator add-in
  138. DocProject/buildhelp/
  139. DocProject/Help/*.HxT
  140. DocProject/Help/*.HxC
  141. DocProject/Help/*.hhc
  142. DocProject/Help/*.hhk
  143. DocProject/Help/*.hhp
  144. DocProject/Help/Html2
  145. DocProject/Help/html
  146. # Click-Once directory
  147. publish/
  148. # Publish Web Output
  149. *.Publish.xml
  150. *.pubxml
  151. # NuGet Packages Directory
  152. ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
  153. #packages/
  154. # Windows Azure Build Output
  155. csx
  156. *.build.csdef
  157. # Windows Store app package directory
  158. AppPackages/
  159. # Others
  160. *.Cache
  161. ClientBin/
  162. [Ss]tyle[Cc]op.*
  163. ~$*
  164. *~
  165. *.dbmdl
  166. *.[Pp]ublish.xml
  167. *.pfx
  168. *.publishsettings
  169. # RIA/Silverlight projects
  170. Generated_Code/
  171. # Backup & report files from converting an old project file to a newer
  172. # Visual Studio version. Backup files are not needed, because we have git ;-)
  173. _UpgradeReport_Files/
  174. Backup*/
  175. UpgradeLog*.XML
  176. UpgradeLog*.htm
  177. # SQL Server files
  178. App_Data/*.mdf
  179. App_Data/*.ldf
  180. #############
  181. ## Windows detritus
  182. #############
  183. # Windows image file caches
  184. Thumbs.db
  185. ehthumbs.db
  186. # Folder config file
  187. Desktop.ini
  188. # Recycle Bin used on file shares
  189. $RECYCLE.BIN/
  190. # Mac crap
  191. .DS_Store
  192. #############
  193. ## Python
  194. #############
  195. *.py[co]
  196. # Packages
  197. *.egg
  198. *.egg-info
  199. dist/
  200. build/
  201. eggs/
  202. parts/
  203. var/
  204. sdist/
  205. develop-eggs/
  206. .installed.cfg
  207. # Installer logs
  208. pip-log.txt
  209. # Unit test / coverage reports
  210. .coverage
  211. .tox
  212. #Translations
  213. *.mo
  214. #Mr Developer
  215. .mr.developer.cfg