This repository has been archived by the owner on Sep 22, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
86 lines (86 loc) · 1.9 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
/.buildpath
/.project
/.settings
/.idea
Makefile
Makefile.in
!/build/win32/**/Makefile
!/build/win64/**/Makefile
!/src/modules/dummy/Makefile
frontend.mo
.deps
.dirstamp
/aclocal.m4
/autom4te.cache
/compile
/config.guess
/config.log
/config.status
/config.sub
/configure
/cscope.*
/GPATH
/GRTAGS
/GTAGS
/depcomp
/missing
/nbproject
/install-sh
/tags
*.a
*.o
build/win32/examples/zabbix_sender/sender.exe
build/win32/examples/zabbix_sender/sender.obj
build/win32/project/*.idb
build/win32/project/*.manifest
build/win32/project/*.pdb
build/win32/project/*.res
build/win32/project/MSG00001.bin
build/win32/project/messages.h
build/win32/project/messages.rc
build/win32/project/resource.res
database/ibm_db2/data.sql
database/ibm_db2/schema.sql
database/mysql/data.sql
database/mysql/schema.sql
database/oracle/data.sql
database/oracle/schema.sql
database/postgresql/data.sql
database/postgresql/schema.sql
database/sqlite3/data.sql
database/sqlite3/schema.sql
frontends/php/.buildpath
frontends/php/.htpasswd
frontends/php/.idea
frontends/php/.project
frontends/php/conf/zabbix.conf.php
frontends/php/images/general/*.db
frontends/php/images/general/tree/*.db
frontends/php/js/jsDump.js
frontends/php/local/conf/brand.conf.php
frontends/php/locale/POTFILES.in
frontends/php/locale/frontend.pot
frontends/php/tests/bootstrap.php
include/config.h
include/config.h.in
include/config.h.in~
include/stamp-h1
misc/images/inkscape.log.txt
misc/images/pngcrush.log.txt
misc/images/pngcrushoutput.txt
src/libs/zbxcunit/cu_modules.h
src/libs/zbxdbhigh/dbschema.c
src/zabbix_agent/zabbix_agent
src/zabbix_agent/zabbix_agentd
src/zabbix_get/zabbix_get
src/zabbix_java/bin/zabbix-java-gateway-*.jar
src/zabbix_java/class
src/zabbix_proxy/zabbix_proxy
src/zabbix_sender/zabbix_sender
src/zabbix_server/zabbix_server
/zabbix-*.tar.gz
/commit.sh
/*.patch
/*.orig
.vscode/*
*.swp