bdev: Add functions to verify file storage paths
[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-master-cleaner
44 /daemons/ganeti-masterd
45 /daemons/ganeti-noded
46 /daemons/ganeti-rapi
47 /daemons/ganeti-watcher
48
49 # devel
50 /devel/clean-cluster
51 /devel/upload
52
53 # doc
54 /doc/api/
55 /doc/build
56 /doc/coverage/
57 /doc/html
58 /doc/install-quick.rst
59 /doc/news.rst
60 /doc/upgrade.rst
61 /doc/hs-lint.html
62 /doc/*.in
63 /doc/*.png
64
65 # doc/examples
66 /doc/examples/bash_completion
67 /doc/examples/bash_completion-debug
68 /doc/examples/ganeti.cron
69 /doc/examples/ganeti.initd
70 /doc/examples/ganeti-kvm-poweroff.initd
71 /doc/examples/gnt-config-backup
72 /doc/examples/hooks/ipsec
73
74 # lib
75 /lib/_autoconf.py
76 /lib/_vcsversion.py
77 /lib/_generated_rpc.py
78
79 # man
80 /man/*.[0-9]
81 /man/*.html
82 /man/*.in
83 /man/*.gen
84 /man/footer.man
85
86 # htest
87 /htest/hail
88 /htest/hbal
89 /htest/hcheck
90 /htest/hinfo
91 /htest/hscan
92 /htest/hspace
93
94 # tools
95 /tools/kvm-ifup
96 /tools/ensure-dirs
97 /tools/vcluster-setup
98
99 # scripts
100 /scripts/gnt-backup
101 /scripts/gnt-cluster
102 /scripts/gnt-debug
103 /scripts/gnt-group
104 /scripts/gnt-instance
105 /scripts/gnt-job
106 /scripts/gnt-node
107 /scripts/gnt-os
108
109 # htools-specific rules
110 /htools/apidoc
111 /htools/.hpc
112 /htools/coverage
113
114 /htools/htools
115 /htools/hconfd
116 /htest/hpc-htools
117 /htest/test
118 /htools/*.prof*
119 /htools/*.stat
120 /htools/*.tix
121 /htest/*.prof*
122 /htest/*.stat
123 /htest/*.tix
124 /.hpc/
125 /*.tix
126
127 /htools/Ganeti/Constants.hs
128 /htools/Ganeti/Version.hs
129 /htest/Test/Ganeti/TestImports.hs