This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
forked from wazuh/wazuh
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
90 lines (81 loc) · 1.54 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
*.so
*.o
*.a
*.dSYM
.DS_Store
*.pyc
# Auto generated build files
src/LOCATION
src/external/zlib-1.2.8/configure.log
src/external/zlib-1.2.8/Makefile
src/external/zlib-1.2.8/zconf.h
src/external/zlib-1.2.8/zlib.pc
src/isbigendian.c
src/analysisd/compiled_rules/compiled_rules.h
etc/ossec.mc
src/Config.OS
src/external/zlib-1.2.8/ztest*
# Compiled programs
src/agent-auth
src/agent_control
src/clear_stats
src/external/lua-5.2.3/src/ossec-lua
src/external/lua-5.2.3/src/ossec-luac
src/isbigendian
src/list_agents
src/manage_agents
src/ossec-agentd
src/ossec-agentlessd
src/ossec-analysisd
src/ossec-authd
src/ossec-csyslogd
src/ossec-dbd
src/ossec-execd
src/ossec-logcollector
src/ossec-logtest
src/ossec-maild
src/ossec-makelists
src/ossec-monitord
src/ossec-regex
src/ossec-remoted
src/ossec-reportd
src/ossec-syscheckd
src/ossec-integratord
src/rootcheck_control
src/syscheck_control
src/syscheck_update
src/verify-agent-conf
src/wazuh-modulesd
# Windows agent
src/external/lua-5.2.3/src/lua52.dll
src/external/lua-5.2.3/src/ossec-lua*.exe
src/win32/*.exe
src/win32/LICENSE.txt
src/win32/default-local_internal_options.conf
src/win32/default-ossec.conf
src/win32/help_win.txt
src/win32/internal_options.conf
src/win32/restart-ossec.cmd
src/win32/route-null.cmd
# Eclipse files
.cproject
.project
.settings/
# temporary vim files
*.swp
*.swo
# patch files
*.rej
*.orig
# test and coverage files
*.gcno
*.gcda
src/coverage-report/
src/ossec.test
src/test_os_crypto
src/test_os_net
src/test_os_regex
src/test_os_xml
src/test_os_zlib
src/test_shared
etc/preloaded-vars.conf