Instance reinstall: don't mix up errors
[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/*.html
36 /doc/*.in
37 /doc/*.pdf
38 /doc/*.png
39 /doc/rapi-resources.gen
40
41 # doc/examples
42 /doc/examples/bash_completion
43 /doc/examples/ganeti.cron
44 /doc/examples/ganeti.initd
45
46 # lib
47 /lib/_autoconf.py
48
49 # man
50 /man/*.[0-9]
51 /man/*.html
52 /man/*.in