forked from erlyaws/yaws
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
80 lines (80 loc) · 1.62 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
*.beam
*.o
*.so
*.access
*.dat
autom4te.cache
auth.log
report.log
configure
erl_crash.dump
yaws.pc
yaws.plt
bin/yaws
config.log
config.status
ebin/yaws.app
include.mk
priv/epam
scripts/yaws.conf
src/mime_types.erl
src/yaws_configure.hrl
src/yaws_generated.erl
src/yaws_charset.hrl
test/ibrowse
test/ibrowse.tar.gz
test/support/include.mk
test/support/include.sh
test/t1/localhost:8000/
test/t[1-9]/logs/
test/t[1-9]/yaws.conf
test/t1[0-1]/logs/
test/t1[0-1]/yaws.conf
test/t2/embedded_listen:8000.auth
test/t4/www2/8388608.bin
test/t11/src/srcdir_test.hrl
test/eunit/localhost:8000.auth
www/yaws.pdf
www/yaws.ps
www/*.txt
www/*.txt.*
www/test.php
applications/yapp/doc/edoc-info
applications/yapp/doc/erlang.png
applications/yapp/doc/index.html
applications/yapp/doc/modules-frame.html
applications/yapp/doc/overview-summary.html
applications/yapp/doc/packages-frame.html
applications/yapp/doc/stylesheet.css
applications/yapp/doc/yapp.html
applications/yapp/doc/yapp_app.html
applications/yapp/doc/yapp_ets_server.html
applications/yapp/doc/yapp_event_handler.html
applications/yapp/doc/yapp_handler.html
applications/yapp/doc/yapp_mnesia_server.html
applications/yapp/doc/yapp_registry.html
applications/yapp/doc/yapp_server.html
applications/yapp/doc/yapp_sup.html
applications/yapp/ebin/yapp.app
applications/wiki/scripts/addFile
applications/wiki/scripts/getPassword
applications/wiki/scripts/importFiles
applications/wiki/scripts/updateWiki
doc/a.pdf
doc/b.pdf
doc/layout.pdf
doc/yaws.aux
doc/yaws.dvi
doc/yaws.log
doc/yaws.out
doc/yaws.pdf
doc/yaws.ps
doc/yaws.toc
doc/yaws_head.pdf
ebin/yaws.appup
etc
yaws_logs
rel/yaws
dialyzer_warnings
deps/*
.eunit/*