Add a .gitignore file
[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 /*.patch
22 /*.tar.bz2
23 /*.tar.gz
24
25 # devel
26 /devel/clean-cluster
27 /devel/upload
28
29 # doc
30 /doc/*.html
31 /doc/*.in
32 /doc/*.pdf
33
34 # doc/examples
35 /doc/examples/ganeti.cron
36 /doc/examples/ganeti.initd
37
38 # lib
39 /lib/_autoconf.py
40
41 # man
42 /man/*.[0-9]
43 /man/*.in