Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ f8e233a3

History | View | Annotate | Download (2.1 kB)

1
# Lines that start with '#' are comments.
2
# For a project mostly in C, the following would be a good set of
3
# exclude patterns (uncomment them if you want to use them):
4
# *.[oa]
5
# *~
6

    
7
# global ignores
8
*.py[co]
9
*.swp
10
*~
11
*.o
12
*.hi
13
*.hp
14
*.tix
15
*.prof
16
*.stat
17
.hpc/
18

    
19
# /
20
/Makefile
21
/Makefile.in
22
/Makefile.local
23
/TAGS
24
/aclocal.m4
25
/autom4te.cache
26
/autotools/install-sh
27
/autotools/missing
28
/autotools/py-compile
29
/autotools/replace_vars.sed
30
/autotools/shell-env-init
31
/config.log
32
/config.status
33
/configure
34
/epydoc.conf
35
/ganeti
36
/stamp-srclinks
37
/stamp-directories
38
/vcs-version
39
/*.patch
40
/*.tar.bz2
41
/*.tar.gz
42
/ganeti-[0-9]*.[0-9]*.[0-9]*
43

    
44
# daemons
45
/daemons/daemon-util
46
/daemons/ganeti-cleaner
47
/daemons/ganeti-masterd
48
/daemons/ganeti-noded
49
/daemons/ganeti-rapi
50
/daemons/ganeti-watcher
51

    
52
# devel
53
/devel/clean-cluster
54

    
55
# doc
56
/doc/api/
57
/doc/build
58
/doc/coverage/
59
/doc/html
60
/doc/install-quick.rst
61
/doc/news.rst
62
/doc/upgrade.rst
63
/doc/hs-lint.html
64
/doc/*.in
65

    
66
# doc/examples
67
/doc/examples/bash_completion
68
/doc/examples/bash_completion-debug
69
/doc/examples/ganeti.cron
70
/doc/examples/ganeti.initd
71
/doc/examples/ganeti-kvm-poweroff.initd
72
/doc/examples/ganeti-master-role.ocf
73
/doc/examples/ganeti-node-role.ocf
74
/doc/examples/gnt-config-backup
75
/doc/examples/hooks/ipsec
76

    
77
# lib
78
/lib/_autoconf.py
79
/lib/_vcsversion.py
80
/lib/_generated_rpc.py
81

    
82
# man
83
/man/*.[0-9]
84
/man/*.html
85
/man/*.in
86
/man/*.gen
87

    
88
# test/hs
89
/test/hs/hail
90
/test/hs/hbal
91
/test/hs/hcheck
92
/test/hs/hinfo
93
/test/hs/hroller
94
/test/hs/hscan
95
/test/hs/hspace
96
/test/hs/hpc-htools
97
/test/hs/hpc-mon-collector
98
/test/hs/htest
99

    
100
# tools
101
/tools/kvm-ifup
102
/tools/ensure-dirs
103
/tools/vcluster-setup
104
/tools/node-cleanup
105
/tools/node-daemon-setup
106
/tools/prepare-node-join
107

    
108
# scripts
109
/scripts/gnt-backup
110
/scripts/gnt-cluster
111
/scripts/gnt-debug
112
/scripts/gnt-group
113
/scripts/gnt-instance
114
/scripts/gnt-job
115
/scripts/gnt-node
116
/scripts/gnt-os
117
/scripts/gnt-network
118
/scripts/gnt-storage
119

    
120
# haskell-specific rules
121
/src/mon-collector
122
/src/htools
123
/src/hconfd
124
/src/ganeti-confd
125
/src/rpc-test
126

    
127
# automatically-built Haskell files
128
/src/Ganeti/Constants.hs
129
/src/Ganeti/Version.hs
130
/test/hs/Test/Ganeti/TestImports.hs