-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
74 lines (74 loc) · 1.09 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
*~
src/.dirstamp
*.o
*.d.*
*.so
*.d
*.t
greyd
greydb
greyd-setup
greylogd
*.tar.gz
*.scan
*.log
autom4te.cache*
*.swp
Makefile
Makefile.in
config.guess
config.status
config.sub
etc/greyd.conf
etc/greyd.redhat-init
etc/greyd.debian-init
etc/greylogd.redhat-init
etc/greylogd.debian-init
src/Makefile
configure
install-sh
src/Makefile.in
src/config.h
src/config.h.in
drivers/Makefile
drivers/Makefile.in
check/Makefile
check/Makefile.in
check/data/config_lexer_test1.conf
check/data/config_test1.conf
check/data/permitted_domains.txt
check/data/config_test2.conf
check/data/config_test3.conf
check/data/lexer_source_1.conf
check/data/lexer_source_2.conf.gz
check/test-wrapper
check/test-mysql
check/test-postgresql
check/benchmark_blacklist
check/.deps/*
check/.libs/*
check/*.la
check/test_*
!check/test_*.c
!check/test_*_mysql.sh
!check/test_*_postgresql.sh
m4/*.m4
test-driver
src/.deps/*
aclocal.m4
missing
depcomp
src/stamp-h1
.deps/*
*.lo
compile
libtool
ltmain.sh
drivers/.deps/*
drivers/.libs/*
drivers/*.la
packages/rpm/*.rpm
packages/rpm/*.spec
check/benchmark_blacklist
infer-out*
compile_commands.json