Apply a patch from Gisle Vanem to make tor-gencert build under MSVC
[tor/neena.git] / .gitignore
blob26e9e3808ab197ae90f0878aa04f16280dd4ab56
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
26 # /
27 /Makefile
28 /Makefile.in
29 /aclocal.m4
30 /autom4te.cache
31 /build-stamp
32 /compile
33 /configure
34 /Doxyfile
35 /orconfig.h
36 /orconfig.h.in
37 /config.cache
38 /config.log
39 /config.status
40 /config.guess
41 /config.sub
42 /conftest*
43 /patch-stamp
44 /stamp-h
45 /stamp-h.in
46 /stamp-h1
47 /tor.sh
48 /tor.spec
49 /depcomp
50 /install-sh
51 /missing
52 /mkinstalldirs
53 /Tor*Bundle.dmg
54 /tor-*-win32.exe
56 # /contrib/
57 /contrib/Makefile
58 /contrib/Makefile.in
59 /contrib/tor.sh
60 /contrib/torctl
61 /contrib/torify
62 /contrib/*.pyc
63 /contrib/*.pyo
64 /contrib/tor.logrotate
65 /contrib/tor.wxs
67 # /contrib/suse/
68 /contrib/suse/tor.sh
69 /contrib/suse/Makefile.in
70 /contrib/suse/Makefile
72 # /debian/
73 /debian/files
74 /debian/micro-revision.i
75 /debian/patched
76 /debian/tor
77 /debian/tor.postinst.debhelper
78 /debian/tor.postrm.debhelper
79 /debian/tor.prerm.debhelper
80 /debian/tor.substvars
82 # /doc/
83 /doc/Makefile
84 /doc/Makefile.in
85 /doc/doxygen
86 /doc/tor.1
87 /doc/tor.1.in
88 /doc/tor.html
89 /doc/tor.html.in
90 /doc/tor.1.xml
91 /doc/tor-fw-helper.1
92 /doc/tor-fw-helper.1.in
93 /doc/tor-fw-helper.html
94 /doc/tor-fw-helper.html.in
95 /doc/tor-fw-helper.1.xml
96 /doc/tor-gencert.1
97 /doc/tor-gencert.1.in
98 /doc/tor-gencert.html
99 /doc/tor-gencert.html.in
100 /doc/tor-gencert.1.xml
101 /doc/tor-resolve.1
102 /doc/tor-resolve.1.in
103 /doc/tor-resolve.html
104 /doc/tor-resolve.html.in
105 /doc/tor-resolve.1.xml
106 /doc/torify.1
107 /doc/torify.1.in
108 /doc/torify.html
109 /doc/torify.html.in
110 /doc/torify.1.xml
112 # /doc/spec/
113 /doc/spec/Makefile
114 /doc/spec/Makefile.in
116 # /src/
117 /src/Makefile
118 /src/Makefile.in
120 # /src/common/
121 /src/common/Makefile
122 /src/common/Makefile.in
123 /src/common/common_sha1.i
124 /src/common/libor.a
125 /src/common/libor-crypto.a
126 /src/common/libor-event.a
128 # /src/config/
129 /src/config/Makefile
130 /src/config/Makefile.in
131 /src/config/sample-server-torrc
132 /src/config/torrc
133 /src/config/torrc.sample
135 # /src/or/
136 /src/or/Makefile
137 /src/or/Makefile.in
138 /src/or/or_sha1.i
139 /src/or/micro-revision.*
140 /src/or/tor
141 /src/or/tor.exe
142 /src/or/libtor.a
144 # /src/test
145 /src/test/Makefile
146 /src/test/Makefile.in
147 /src/test/bench
148 /src/test/bench.exe
149 /src/test/test
150 /src/test/test-child
151 /src/test/test.exe
152 /src/test/test-child.exe
155 # /src/tools/
156 /src/tools/tor-checkkey
157 /src/tools/tor-resolve
158 /src/tools/tor-gencert
159 /src/tools/tor-checkkey.exe
160 /src/tools/tor-resolve.exe
161 /src/tools/tor-gencert.exe
162 /src/tools/Makefile
163 /src/tools/Makefile.in
165 # /src/tools/tor-fw-helper/
166 /src/tools/tor-fw-helper/tor-fw-helper
167 /src/tools/tor-fw-helper/tor-fw-helper.exe
168 /src/tools/tor-fw-helper/Makefile
169 /src/tools/tor-fw-helper/Makefile.in
171 # /src/win32/
172 /src/win32/Makefile
173 /src/win32/Makefile.in