-
Notifications
You must be signed in to change notification settings - Fork 15
/
.gitignore
121 lines (115 loc) · 1.6 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# Common
GPATH
GRTAGS
GTAGS
TAGS
Makefile
Makefile.in
.deps
.libs
*.pc
*.pyc
*.bz2
*.rpm
*.la
*.lo
*.o
*~
# Autobuild
aclocal.m4
autoconf
autoheader
autom4te.cache/
automake
build.counter
compile
config.guess
config.log
config.status
config.sub
configure
depcomp
install-sh
include/stamp-*
libltdl.tar
libtool
libtool.m4
ltdl.m4
ltmain.sh
missing
py-compile
# Configure targets
cts/CTSvars.py
cts/LSBDummy
cts/benchmark/clubench
include/config.h
include/config.h.in
include/crm_config.h
mcp/pacemaker
mcp/pacemaker.service
pengine/regression.core.sh
publican.cfg
shell/modules/help.py
shell/modules/ra.py
shell/modules/ui.py
shell/modules/vars.py
tools/coverage.sh
tools/crm_primitive.py
tools/crm_report
tools/hb2openais.sh
# Build targets
*.8
cib/cib
cib/cibmon
cib/cibpipe
crmd/atest
crmd/crmd
pengine/pengine
pengine/ptest
shell/regression/testcases/confbasic-xml.filter
shell/regression/crmtestout/
shell/regression/sample.xml
tools/attrd
tools/attrd_updater
tools/cibadmin
tools/crm_attribute
tools/crm_diff
tools/crm_mon
tools/crm_node
tools/crm_resource
tools/crm_shadow
tools/crm_simulate
tools/crm_uuid
tools/crm_verify
tools/crmadmin
tools/iso8601
# Only in 1.0
README
fencing/stonithd/stonithd
fencing/test/apitest
fencing/test/STONITHDBasicSanityCheck
tools/pingd
tools/haresources2cib.py
xml/crm.dtd
xml/constraints.rng
xml/nvset.rng
xml/pacemaker.rng
xml/resources.rng
xml/rule.rng
xml/constraints-1.0.rng
xml/nvset-1.0.rng
xml/pacemaker-1.0.rng
xml/resources-1.0.rng
xml/rule-1.0.rng
#Other
mock
HTML
pacemaker.spec
pengine/.regression.failed.diff
ClusterLabs-pacemaker-*.tar.gz
*.patch
*.diff
*.sed
*.orig
*.rej
*.swp