Switch the documentation to sphinx
[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
10 # /
11 /Makefile
12 /Makefile.in
13 /TAGS
14 /aclocal.m4
15 /autom4te.cache
16 /autotools/install-sh
17 /autotools/missing
18 /autotools/py-compile
19 /autotools/replace_vars.sed
20 /config.log
21 /config.status
22 /configure
23 /ganeti
24 /stamp-directories
25 /*.patch
26 /*.tar.bz2
27 /*.tar.gz
28
29 # devel
30 /devel/clean-cluster
31 /devel/upload
32
33 # doc
34 /doc/api
35 /doc/build
36 /doc/html
37 /doc/*.in
38 /doc/*.png
39
40 # doc/examples
41 /doc/examples/bash_completion
42 /doc/examples/ganeti.cron
43 /doc/examples/ganeti.initd
44
45 # lib
46 /lib/_autoconf.py
47
48 # man
49 /man/*.[0-9]
50 /man/*.html
51 /man/*.in