-
Notifications
You must be signed in to change notification settings - Fork 15
/
.hgignore
executable file
·180 lines (172 loc) · 2.57 KB
/
.hgignore
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
syntax: glob
# Autofoo entries
*.o
*.la
*.lo
*.loT
*.pyc
.libs
.deps
*.cache
*.upgrade.xml
.cvsignore
compile
configure
configure.status
configure.lineno
depcomp
aclocal.m4
libtool
ltmain.sh
ltconfig
libltdl
mkinstalldirs
install-sh
missing
py-compile
autom4te*
libtool.m4
ltdl.m4
libltdl.tar
autoconf
autoheader
automake
include/ha_version.h
ylwrap
# BEAM Entries
*.beam
parser-messages
MISC_ERRORS
cscope.files
cscope.out
patches
updates
logs
# OS and Editor Artifacts
.DS_Store
.bomb
*.rej
*.bz2
*.sed
*.diff
*.patch
*.gres
*~
# Entries generated by configure
cim/mof/register_providers.sh
cim/mof/unregister_providers.sh
crm/admin/crm_primitive.py
crm/admin/cluster
cts/LSBDummy
cts/*.py
doc/cibadmin.8
doc/startstop
fencing/test/STONITHDBasicSanityCheck
include/stamp-h1
include/stamp-h2
include/config.h
include/config.h.in
include/crm_config.h
pkg/InfoFiles/pkginfo
pkg/InfoFiles/postinstall
pkg/InfoFiles/preinstall
port/heartbeat/pkg-deinstall
port/heartbeat/pkg-descr
port/heartbeat/pkg-install
port/heartbeat/pkg-plist
port/portMakefile
cts/getpeinputs.sh
ccdv.dSYM
xml/pacemaker.rng
xml/constraints.rng
xml/nvset.rng
xml/resources.rng
xml/rule.rng
xml/crm.dtd
# Project build targets
cib/cib
cib/cibmon
cib/cibpipe
crm.dtd
crmd/atest
crmd/crmd
crmd/fsa_actions_by_state.png
crmd/fsa_inputs.png
crmd/fsa_inputs_by_action.png
pengine/pengine
pengine/ptest
pengine/ptest.8
pengine/testcases/*.pe.dot
tools/*.8
tools/attrd
tools/attrd_updater
tools/ccdv
tools/haresources2cib.py
tools/hb_report
tools/ocf-tester
tools/cibadmin
tools/crm
tools/crm_attribute
tools/crm_diff
tools/crm_failcount
tools/crm_master
tools/crm_mon
tools/crm_node
tools/crm_primitive.py
tools/crm_resource
tools/crm_shadow
tools/crm_standby
tools/crm_uuid
tools/crm_verify
tools/crmadmin
tools/hb2openais.sh
tools/iso8601
tools/pingd
tools/regression.out
shell/modules/help.py
shell/modules/ra.py
shell/modules/ui.py
shell/modules/vars.py
shell/regression/lrmregtest-lsb
shell/regression/regression.sh
shell/regression/testcases/confbasic-xml.filter
doc/ChangeLog
doc/GettingStarted.txt
doc/HardwareGuide.txt
doc/Requirements.txt
doc/crm_resource.8
doc/faqntips.txt
doc/heartbeat_api.txt
doc/rsync.txt
doc/Pacemaker_Explained.txt
doc/crm_cli.html
doc/crm_fencing.html
doc/index.html
fencing/stonithd/stonithd
fencing/test/apitest
xml/*-1.0.rng
# Misc
HTML
TAGS
GPATH
GRTAGS
GSYMS
GTAGS
.gres.*
*.orig
.gdb_history
*~
\#*
.changes
pacemaker.tar.gz
doc/Pacemaker_Explained
mock
*.src.rpm
# Entries better done as regexp's to avoid matching too broadly
syntax: regexp
^config\.*
^doc/.*/tmp
^doc/.*/publish
README$
Makefile$
Makefile.in$