summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 0ac1c6a5efacf9052e8c0ddaf10febfe9c1a7d92 (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
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
*.orig
*.rej
*.swp
Makefile.in
aclocal.m4
autoconf
autoheader
autom4te.cache
automake
autoscan.log
compile
configure
configure.scan
config.guess
config.log
config.sub
config.status
Makefile
depcomp
install-sh
libtoolize
ltmain.sh
libtool
make/stamp-h1

# ignore "libtoolized" m4 files, but keep our (enumerated) ones
/m4/*
!/m4/ac_python_module.m4
!/m4/ax*.m4

# make/release.mk related litter
/.tarball-version
/tag-*

make/config.h*
missing
*.pc
.deps
.libs
*.o
*.la
*.lo
lib/*.py*
lib/__pycache__
!lib/*.py.py
!lib/check_used_options.py
agents/*/fence_*
agents/*/.dirstamp
!agents/*/fence_*.py
!agents/*/fence_*.c
!agents/*/fence_*.h
!agents/kdump/fence_kdump_send.8
!agents/manual/fence_ack_manual.8
!agents/zvm/fence_zvm_man_page
.fence*.tmp
fence-agents*
.version
tests/devices.d/*

y.tab.*
*.o
*.lo
*.la
.deps
.libs
.*version
*.swp
agents/virt/client/fence_virt
agents/virt/client/fence_xvm
agents/virt/common/libfence_virt.a
agents/virt/config/config.c
agents/virt/config/libsimpleconfig.a
agents/virt/fence_virtd.service
agents/virt/server/fence_virtd
fence-virt-*