Document the rapi client not to have a QueryNetworks method
[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 *.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 /devel/squeeze-amd64.tar.gz
35 /devel/squeeze-amd64.conf
36 /epydoc.conf
37 /ganeti
38 /stamp-srclinks
39 /stamp-directories
40 /vcs-version
41 /*.patch
42 /*.tar.bz2
43 /*.tar.gz
44 /ganeti-[0-9]*.[0-9]*.[0-9]*
45
46 # daemons
47 /daemons/daemon-util
48 /daemons/ganeti-cleaner
49 /daemons/ganeti-masterd
50 /daemons/ganeti-noded
51 /daemons/ganeti-rapi
52 /daemons/ganeti-watcher
53
54 # doc
55 /doc/api/
56 /doc/coverage/
57 /doc/html/
58 /doc/man-html/
59 /doc/install-quick.rst
60 /doc/news.rst
61 /doc/upgrade.rst
62 /doc/hs-lint.html
63 /doc/manpages-enabled.rst
64 /doc/man-*.rst
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/harep
91 /test/hs/hbal
92 /test/hs/hcheck
93 /test/hs/hinfo
94 /test/hs/hroller
95 /test/hs/hscan
96 /test/hs/hspace
97 /test/hs/hpc-htools
98 /test/hs/hpc-mon-collector
99 /test/hs/htest
100
101 # tools
102 /tools/kvm-ifup
103 /tools/burnin
104 /tools/ensure-dirs
105 /tools/users-setup
106 /tools/vcluster-setup
107 /tools/node-cleanup
108 /tools/node-daemon-setup
109 /tools/prepare-node-join
110
111 # scripts
112 /scripts/gnt-backup
113 /scripts/gnt-cluster
114 /scripts/gnt-debug
115 /scripts/gnt-group
116 /scripts/gnt-instance
117 /scripts/gnt-job
118 /scripts/gnt-node
119 /scripts/gnt-os
120 /scripts/gnt-network
121 /scripts/gnt-storage
122
123 # haskell-specific rules
124 /src/mon-collector
125 /src/htools
126 /src/hconfd
127 /src/hqueryd
128 /src/ganeti-confd
129 /src/ganeti-queryd
130 /src/ganeti-mond
131 /src/rpc-test
132
133 # automatically-built Haskell files
134 /src/Ganeti/Constants.hs
135 /src/Ganeti/Curl/Internal.hs
136 /src/Ganeti/Version.hs
137 /test/hs/Test/Ganeti/TestImports.hs