forked from ossec/ossec-hids
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
68 lines (62 loc) · 1.22 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
*.so
*.o
*.a
*.dSYM
.DS_Store
# Auto generated build files
src/LOCATION
src/Config.OS
src/headers/zconf.h
src/headers/zlib.h
src/headers/cJSON.h
src/isbigendian.c
src/analysisd/compiled_rules/compiled_rules.h
src/os_auth/agent-auth
src/os_auth/ossec-authd
etc/ossec.mc
# Compiled programs
bin/**
src/addagent/manage_agents
src/agentlessd/ossec-agentlessd
src/analysisd/ossec-analysisd
src/analysisd/ossec-logtest
src/client-agent/ossec-agentd
src/logcollector/ossec-logcollector
src/monitord/ossec-monitord
src/monitord/ossec-reportd
src/os_auth/agent-auth
src/os_auth/ossec-authd
src/os_csyslogd/ossec-csyslogd
src/os_dbd/ossec-dbd
src/os_execd/ossec-execd
src/os_maild/ossec-maild
src/remoted/ossec-remoted
src/syscheckd/ossec-syscheckd
src/util/agent_control
src/util/clear_stats
src/util/list_agents
src/util/rootcheck_control
src/util/syscheck_control
src/util/syscheck_update
src/analysisd/ossec-makelists
src/isbigendian
src/util/ossec-regex
src/util/verify-agent-conf
# Eclipse files
.cproject
.project
.settings/
# temporary vim files
*.swp
*.swo
# patch files
*.rej
*.orig
# test and coverage files
*.gcno
*.gcda
src/tests/coverage-report/
src/tests/ossec.test
src/tests/test_os_regex
src/tests/test_os_xml
src/tests/test_os_zlib