-
Notifications
You must be signed in to change notification settings - Fork 267
/
.gitignore
100 lines (100 loc) · 1.74 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
*.Pbeam
*.beam
*.o
*.lo
*.la
*.so
*.access
*.dat
*.exe
*.iml
*~
autom4te.cache
libtool
auth.log
report.log
ac-aux/
aclocal.m4
autom4te.cache/
m4/libtool.m4
m4/lt*.m4
config.h*
config.log*
config.status*
configure
include.mk
Makefile
Makefile.in
.deps
c_src/.libs
c_src/epam
c_src/*.d
erl_crash.dump
yaws.pc
yaws.plt
src/mime_types.erl
src/yaws_generated.erl
src/yaws_charset.hrl
src/yaws_appdeps.hrl
ebin/yaws.app
ebin/yaws.appup
priv/epam
test/logs
test/*/temp
test/analyze_coverdata.escript
test/cover_to_html.sh
test/run_common_test
test/testsuite.hrl
test/yaws.coverspec
www/yaws.pdf
www/yaws.ps
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
man/*.pdf
scripts/gen-yaws-generated
scripts/make-release
win32/build.xml
dialyzer_warnings
rel/yaws
deps
etc/
var/
bin/
yaws_logs/
.eunit/*
.rebar/*
.idea
_build/*
yaws-*.tar.gz
compile_commands.json
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/yapp/ebin/yapp.appup
applications/wiki/scripts/addFile
applications/wiki/scripts/getPassword
applications/wiki/scripts/importFiles
applications/wiki/scripts/updateWiki