Include INSTALL in documentation
[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
12 # /
13 /Makefile
14 /Makefile.in
15 /TAGS
16 /aclocal.m4
17 /autom4te.cache
18 /autotools/install-sh
19 /autotools/missing
20 /autotools/py-compile
21 /autotools/replace_vars.sed
22 /config.log
23 /config.status
24 /configure
25 /ganeti
26 /stamp-directories
27 /stamp-srclinks
28 /*.patch
29 /*.tar.bz2
30 /*.tar.gz
31 /ganeti-[0-9]*.[0-9]*.[0-9]*
32
33 # daemons
34 /daemons/daemon-util
35 /daemons/ganeti-cleaner
36
37 # devel
38 /devel/clean-cluster
39 /devel/upload
40
41 # doc
42 /doc/api
43 /doc/build
44 /doc/html
45 /doc/install-quick.rst
46 /doc/news.rst
47 /doc/*.in
48 /doc/*.png
49
50 # doc/examples
51 /doc/examples/bash_completion
52 /doc/examples/ganeti.cron
53 /doc/examples/ganeti.initd
54 /doc/examples/gnt-config-backup
55 /doc/examples/hooks/ipsec
56
57 # lib
58 /lib/_autoconf.py
59
60 # man
61 /man/*.[0-9]
62 /man/*.html
63 /man/*.in