burnin: add option to not remove instances
[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
17 /config.log
18 /config.status
19 /configure
20 /ganeti
21 /stamp-directories
22 /*.patch
23 /*.tar.bz2
24 /*.tar.gz
25
26 # devel
27 /devel/clean-cluster
28 /devel/upload
29
30 # doc
31 /doc/api
32 /doc/*.html
33 /doc/*.in
34 /doc/*.pdf
35 /doc/*.png
36 /doc/rapi-resources.sgml
37
38 # doc/examples
39 /doc/examples/ganeti.cron
40 /doc/examples/ganeti.initd
41
42 # lib
43 /lib/_autoconf.py
44
45 # man
46 /man/*.[0-9]
47 /man/*.in