Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
# global ignores
*.py[co]
# /
/Makefile
/Makefile.in
/TAGS
/aclocal.m4
/autom4te.cache
/autotools
/config.log
/config.status
/configure
/ganeti
/*.patch
/*.tar.bz2
/*.tar.gz
# devel
/devel/clean-cluster
/devel/upload
# doc
/doc/*.html
/doc/*.in
/doc/*.pdf
# doc/examples
/doc/examples/ganeti.cron
/doc/examples/ganeti.initd
# lib
/lib/_autoconf.py
# man
/man/*.[0-9]
/man/*.in