Update .gitignore
[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/*.html
32 /doc/*.in
33 /doc/*.pdf
34
35 # doc/examples
36 /doc/examples/ganeti.cron
37 /doc/examples/ganeti.initd
38
39 # lib
40 /lib/_autoconf.py
41
42 # man
43 /man/*.[0-9]
44 /man/*.in