summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 87ff9bebec752058bfddcfe5d6513e7c2a04c125 (plain)
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
*.pyc
*~
#*.*#
.#*
doc/website-v1/gen
Makefile.in
autom4te.cache
Makefile
aclocal.m4
autoconf
autoheader
automake
config.log
config.status
configure
crm.conf
crmsh.spec
install-sh
missing
version
crmsh.egg-info/*
crmtestout/*
doc/crm.8
doc/crm.8.html
doc/crmsh_hb_report.8
doc/crmsh_hb_report.8.html
hb_report/hb_report
patches/*
build/*

# Tool specific files
.README.md.html
.*.*~
.project
.settings
.pydevproject
.coverage

contrib/build/
contrib/dist/
contrib/pygments_crmsh_lexers.egg-info/

.tox/