.gitignore 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. *.o
  2. *.pyc
  3. .dirstamp
  4. .deps
  5. .DS_Store
  6. /*.pdb
  7. /*.ilk
  8. /*.res
  9. /*.RES
  10. /*.pch
  11. /*.rsp
  12. /*.obj
  13. /*.exe
  14. /*.ncb
  15. /*.plg
  16. /*.dsw
  17. /*.opt
  18. /*.dsp
  19. /*.tds
  20. /*.td2
  21. /*.map
  22. /Makefile.mgw
  23. /Makefile.vc
  24. /Makefile.lcc
  25. /MSVC
  26. /*.log
  27. /*.GID
  28. /local
  29. /Output
  30. /pageant
  31. /plink
  32. /pscp
  33. /psftp
  34. /putty
  35. /puttytel
  36. /puttygen
  37. /pterm
  38. /puttyapp
  39. /ptermapp
  40. /psusan
  41. /osxlaunch
  42. /uppity
  43. /psocks
  44. /unix/PuTTY.app
  45. /unix/Pterm.app
  46. /fuzzterm
  47. /testcrypt
  48. /testsc
  49. /testzlib
  50. /cgtest
  51. /scctest
  52. /*.DSA
  53. /*.RSA
  54. /*.cnt
  55. /*.hlp
  56. /.bmake
  57. /build.log
  58. /build.out
  59. /uxconfig.h
  60. /empty.h
  61. /config.status
  62. /Makefile.am
  63. /Makefile.in
  64. /Makefile
  65. /compile
  66. /config.status
  67. /configure
  68. /stamp-h1
  69. /aclocal.m4
  70. /ar-lib
  71. /autom4te.cache
  72. /depcomp
  73. /install-sh
  74. /local
  75. /missing
  76. /uxconfig.in
  77. /uxconfig.in~
  78. /uxconfig.h
  79. /licence.h
  80. /*.a
  81. /charset/sbcsdat.c
  82. /contrib/cygtermd/cygtermd.exe
  83. /doc/*.html
  84. /doc/*.txt
  85. /doc/*.cnt
  86. /doc/*.hlp
  87. /doc/*.gid
  88. /doc/*.GID
  89. /doc/*.chm
  90. /doc/*.log
  91. /doc/*.1
  92. /doc/*.info
  93. /doc/vstr.but
  94. /doc/*.hhp
  95. /doc/*.hhc
  96. /doc/*.hhk
  97. /doc/licence.but
  98. /doc/copy.but
  99. /icons/*.pam
  100. /icons/*.png
  101. /icons/*.ico
  102. /icons/*.icns
  103. /icons/*.xpm
  104. /icons/*.c
  105. /unix/Makefile.gtk
  106. /unix/Makefile.ux
  107. /unix/Makefile.local
  108. /unix/empty.h
  109. /unix/plink
  110. /unix/pterm
  111. /unix/putty
  112. /unix/puttytel
  113. /unix/psftp
  114. /unix/pscp
  115. /unix/puttygen
  116. /unix/stamp-h1
  117. /unix/*.log
  118. /unix/.deps
  119. /windows/*.pdb
  120. /windows/*.ilk
  121. /windows/*.res
  122. /windows/*.RES
  123. /windows/*.pch
  124. /windows/*.rsp
  125. /windows/*.obj
  126. /windows/*.exe
  127. /windows/*.ncb
  128. /windows/*.plg
  129. /windows/*.dsw
  130. /windows/*.opt
  131. /windows/*.dsp
  132. /windows/*.tds
  133. /windows/*.td2
  134. /windows/*.map
  135. /windows/*.rcpp
  136. /windows/Makefile.clangcl
  137. /windows/Makefile.mgw
  138. /windows/Makefile.vc
  139. /windows/Makefile.lcc
  140. /windows/MSVC
  141. /windows/DEVCPP
  142. /windows/VS2010
  143. /windows/VS2012
  144. /windows/*.log
  145. /windows/*.GID
  146. /windows/local
  147. /windows/Output
  148. /windows/*.DSA
  149. /windows/*.RSA
  150. /windows/*.cnt
  151. /windows/*.hlp
  152. /windows/.bmake
  153. /windows/*.sln
  154. /windows/*.suo
  155. /windows/*.msi
  156. /windows/*.wixobj
  157. /windows/*.wixpdb