forked from wazuh/wazuh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
executable file
·102 lines (87 loc) · 1.87 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
101
102
*.so
*.so.*
*.o
*.a
*.dSYM
.DS_Store
*.pyc
*.dll
*.exe
*.dylib
# Auto generated build files
src/LOCATION
src/isbigendian.c
src/analysisd/compiled_rules/compiled_rules.h
etc/ossec.mc
src/Config.OS
src/selinux/*.mod
src/selinux/*.pp
framework/wazuh/core/wazuh.json
src/**/build/*
src/generated_headers/*.h
src/generated_headers/*.hpp
# Compiled programs
src/wazuh-keystore
src/wazuh-keystore-testtool
# Active responses
src/firewall-drop
src/default-firewall-drop
src/pf
src/npf
src/ipfw
src/firewalld-drop
src/disable-account
src/host-deny
src/ip-customblock
src/restart-wazuh
src/route-null
src/kaspersky
src/wazuh-slack
# Eclipse files
.cproject
.project
.settings/
# Visual Studio Code files
.vscode
# temporary vim files
*.swp
*.swo
# patch files
*.rej
*.orig
# test and coverage files
*.gcno
*.gcda
src/TEMP.db
src/local.db
src/coverage-report/
src/data_provider/coverage_report/
src/shared_modules/dbsync/coverage_report/
src/shared_modules/dbsync/smokeTests/output/
src/shared_modules/dbsync/smokeTests/temp.db
src/shared_modules/rsync/coverage_report/
src/shared_modules/utils/coverage_report/
src/shared_modules/utils/tests/coverage_report
src/wazuh_modules/syscollector/coverage_report/
src/ossec.test
src/tap_*
etc/preloaded-vars.conf
# unit tests
src/unit_tests/build/*
# api tests
api/test/integration/_test_results
# Old firewall-drop.sh (moved to default-firewall-drop.sh)
src/active-response/firewall-drop.sh
# Databases commits
framework/wazuh/rbac/migrations/versions/*
# Documentation files
documentation/
doxygen_config.cfg
doxygen_errors.txt
# Flatbuffers generated headers.
src/shared_modules/utils/flatbuffers/include/
src/wazuh_modules/syscollector/include/*_generated.h
src/wazuh_modules/vulnerability_scanner/include/*_schema.h
src/wazuh_modules/vulnerability_scanner/include/*_generated.h
# Test files
src/wazuh_modules/vulnerability_scanner/qa/test_false_*/*/input_*.bin