Documentation for the NODE_RES level
[ganeti-local] / .gitignore
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
15 # /
16 /Makefile
17 /Makefile.in
18 /Makefile.local
19 /TAGS
20 /aclocal.m4
21 /autom4te.cache
22 /autotools/install-sh
23 /autotools/missing
24 /autotools/py-compile
25 /autotools/replace_vars.sed
26 /autotools/shell-env-init
27 /config.log
28 /config.status
29 /configure
30 /epydoc.conf
31 /ganeti
32 /stamp-srclinks
33 /stamp-directories
34 /vcs-version
35 /*.patch
36 /*.tar.bz2
37 /*.tar.gz
38 /ganeti-[0-9]*.[0-9]*.[0-9]*
39
40 # daemons
41 /daemons/daemon-util
42 /daemons/ganeti-cleaner
43 /daemons/ganeti-masterd
44 /daemons/ganeti-noded
45 /daemons/ganeti-rapi
46 /daemons/ganeti-watcher
47
48 # devel
49 /devel/clean-cluster
50
51 # doc
52 /doc/api/
53 /doc/build
54 /doc/coverage/
55 /doc/html
56 /doc/install-quick.rst
57 /doc/news.rst
58 /doc/upgrade.rst
59 /doc/hs-lint.html
60 /doc/*.in
61 /doc/*.png
62
63 # doc/examples
64 /doc/examples/bash_completion
65 /doc/examples/bash_completion-debug
66 /doc/examples/ganeti.cron
67 /doc/examples/ganeti.initd
68 /doc/examples/ganeti-kvm-poweroff.initd
69 /doc/examples/gnt-config-backup
70 /doc/examples/hooks/ipsec
71
72 # lib
73 /lib/_autoconf.py
74 /lib/_vcsversion.py
75 /lib/_generated_rpc.py
76
77 # man
78 /man/*.[0-9]
79 /man/*.html
80 /man/*.in
81 /man/*.gen
82 /man/footer.man
83
84 # htest
85 /htest/hail
86 /htest/hbal
87 /htest/hcheck
88 /htest/hinfo
89 /htest/hscan
90 /htest/hspace
91
92 # tools
93 /tools/kvm-ifup
94 /tools/ensure-dirs
95 /tools/vcluster-setup
96 /tools/prepare-node-join
97
98 # scripts
99 /scripts/gnt-backup
100 /scripts/gnt-cluster
101 /scripts/gnt-debug
102 /scripts/gnt-group
103 /scripts/gnt-instance
104 /scripts/gnt-job
105 /scripts/gnt-node
106 /scripts/gnt-os
107
108 # htools-specific rules
109 /htools/apidoc
110 /htools/.hpc
111 /htools/coverage
112
113 /htools/htools
114 /htools/hconfd
115 /htools/ganeti-confd
116 /htools/rpc-test
117 /htest/hpc-htools
118 /htest/test
119 /htools/*.prof*
120 /htools/*.stat
121 /htools/*.tix
122 /htest/*.prof*
123 /htest/*.stat
124 /htest/*.tix
125 /.hpc/
126 /*.tix
127
128 /htools/Ganeti/Constants.hs
129 /htools/Ganeti/Version.hs
130 /htest/Test/Ganeti/TestImports.hs