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