.gitignore 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. # Editor droppings
  2. \#*\#
  3. .#*
  4. *~
  5. *.swp
  6. # C stuff
  7. *.o
  8. # Diff droppings
  9. *.orig
  10. *.rej
  11. # gcov stuff
  12. *.gcno
  13. *.gcov
  14. *.gcda
  15. # latex stuff
  16. *.aux
  17. *.dvi
  18. *.blg
  19. *.bbl
  20. *.log
  21. # Autotools stuff
  22. .deps
  23. # Stuff made by our makefiles
  24. *.bak
  25. # /
  26. /Makefile
  27. /Makefile.in
  28. /aclocal.m4
  29. /autom4te.cache
  30. /build-stamp
  31. /compile
  32. /configure
  33. /Doxyfile
  34. /orconfig.h
  35. /orconfig.h.in
  36. /config.cache
  37. /config.log
  38. /config.status
  39. /config.guess
  40. /config.sub
  41. /conftest*
  42. /patch-stamp
  43. /stamp-h
  44. /stamp-h.in
  45. /stamp-h1
  46. /tor.sh
  47. /tor.spec
  48. /depcomp
  49. /install-sh
  50. /missing
  51. /mkinstalldirs
  52. /Tor*Bundle.dmg
  53. /tor-*-win32.exe
  54. # /contrib/
  55. /contrib/Makefile
  56. /contrib/Makefile.in
  57. /contrib/tor.sh
  58. /contrib/torctl
  59. /contrib/torify
  60. /contrib/*.pyc
  61. /contrib/*.pyo
  62. /contrib/tor.logrotate
  63. /contrib/tor.wxs
  64. # /contrib/suse/
  65. /contrib/suse/tor.sh
  66. /contrib/suse/Makefile.in
  67. /contrib/suse/Makefile
  68. # /debian/
  69. /debian/files
  70. /debian/micro-revision.i
  71. /debian/patched
  72. /debian/tor
  73. /debian/tor.postinst.debhelper
  74. /debian/tor.postrm.debhelper
  75. /debian/tor.prerm.debhelper
  76. /debian/tor.substvars
  77. # /doc/
  78. /doc/Makefile
  79. /doc/Makefile.in
  80. /doc/doxygen
  81. /doc/tor.1
  82. /doc/tor.1.in
  83. /doc/tor.html
  84. /doc/tor.html.in
  85. /doc/tor.1.xml
  86. /doc/tor-fw-helper.1
  87. /doc/tor-fw-helper.1.in
  88. /doc/tor-fw-helper.html
  89. /doc/tor-fw-helper.html.in
  90. /doc/tor-fw-helper.1.xml
  91. /doc/tor-gencert.1
  92. /doc/tor-gencert.1.in
  93. /doc/tor-gencert.html
  94. /doc/tor-gencert.html.in
  95. /doc/tor-gencert.1.xml
  96. /doc/tor-resolve.1
  97. /doc/tor-resolve.1.in
  98. /doc/tor-resolve.html
  99. /doc/tor-resolve.html.in
  100. /doc/tor-resolve.1.xml
  101. /doc/torify.1
  102. /doc/torify.1.in
  103. /doc/torify.html
  104. /doc/torify.html.in
  105. /doc/torify.1.xml
  106. # /doc/spec/
  107. /doc/spec/Makefile
  108. /doc/spec/Makefile.in
  109. # /src/
  110. /src/Makefile
  111. /src/Makefile.in
  112. # /src/common/
  113. /src/common/Makefile
  114. /src/common/Makefile.in
  115. /src/common/common_sha1.i
  116. /src/common/libor.a
  117. /src/common/libor-crypto.a
  118. /src/common/libor-event.a
  119. # /src/config/
  120. /src/config/Makefile
  121. /src/config/Makefile.in
  122. /src/config/sample-server-torrc
  123. /src/config/torrc
  124. /src/config/torrc.sample
  125. # /src/or/
  126. /src/or/Makefile
  127. /src/or/Makefile.in
  128. /src/or/or_sha1.i
  129. /src/or/micro-revision.*
  130. /src/or/tor
  131. /src/or/tor.exe
  132. /src/or/libtor.a
  133. # /src/test
  134. /src/test/Makefile
  135. /src/test/Makefile.in
  136. /src/test/test
  137. /src/test/test-child
  138. # /src/tools/
  139. /src/tools/tor-checkkey
  140. /src/tools/tor-resolve
  141. /src/tools/tor-gencert
  142. /src/tools/tor-checkkey.exe
  143. /src/tools/tor-resolve.exe
  144. /src/tools/tor-gencert.exe
  145. /src/tools/Makefile
  146. /src/tools/Makefile.in
  147. # /src/tools/tor-fw-helper/
  148. /src/tools/tor-fw-helper/tor-fw-helper
  149. /src/tools/tor-fw-helper/tor-fw-helper.exe
  150. /src/tools/tor-fw-helper/Makefile
  151. /src/tools/tor-fw-helper/Makefile.in
  152. # /src/win32/
  153. /src/win32/Makefile
  154. /src/win32/Makefile.in