-
Notifications
You must be signed in to change notification settings - Fork 32
/
.gitignore
74 lines (74 loc) · 1.06 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
*~
*.a
*.gcda
*.gcno
*.gcov
*.bundle
*.lo
*.hlo
*.Slo
*.o
*.so
*.ctfso
*.xmlh
*.swp
_book/
aclocal.m4
autom4te.cache
configure
.configure.*
config.log
config.status
docs-md/mtev_version.md
docs/mtev_version.md
.DS_Store
/Makefile
/node_modules/
src/Makefile
src/**/Makefile
src/modules/mtev_lua/
!src/modules/example/Makefile
src/dhparam*.txt
src/js/node_modules/
test/t/node_modules/
src/libmtev.xmldb
src/luamtev
src/lua/src/lua
**/*.dSYM/
src/mtev_version.h
src/man/*.8
src/man/*.h
src/Makefile.objs
src/mtev_config.h
src/mtev_config.h.in
src/scripts/mtev-config
src/libmtev-objs/
src/libmtev.so*
src/libmtev.info
src/coverage.xml
src/libmtev*dylib
src/libmtev_dtrace_probes.h
src/flatbuffer/*.h
test/Makefile
test/geturllz4f
test/mtevbusted-script
test/*_test
test/test_http_server
test/test_http_server.out
test/test_http_server.lock
test/test_harness
test/sort_test
test/test_detail.xml
test/lua-tests/test_detail.xml
test/demoCA/root/
test/demoCA/intermediate/
test/*.pem
test/test-*.crt
test/test-*.csr
test/test-*.key
test/*/test
.autotools
.cproject
.project
.settings/
.vscode/