root / .gitignore @ 2d5095d7
History | View | Annotate | Download (887 Bytes)
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 |
*.swp |
10 |
*~ |
11 |
|
12 |
# / |
13 |
/Makefile |
14 |
/Makefile.in |
15 |
/TAGS |
16 |
/aclocal.m4 |
17 |
/autom4te.cache |
18 |
/autotools/install-sh |
19 |
/autotools/missing |
20 |
/autotools/py-compile |
21 |
/autotools/replace_vars.sed |
22 |
/config.log |
23 |
/config.status |
24 |
/configure |
25 |
/ganeti |
26 |
/stamp-directories |
27 |
/stamp-srclinks |
28 |
/*.patch |
29 |
/*.tar.bz2 |
30 |
/*.tar.gz |
31 |
/ganeti-[0-9]*.[0-9]*.[0-9]* |
32 |
|
33 |
# daemons |
34 |
/daemons/ganeti-cleaner |
35 |
|
36 |
# devel |
37 |
/devel/clean-cluster |
38 |
/devel/upload |
39 |
|
40 |
# doc |
41 |
/doc/api |
42 |
/doc/build |
43 |
/doc/html |
44 |
/doc/news.rst |
45 |
/doc/*.in |
46 |
/doc/*.png |
47 |
|
48 |
# doc/examples |
49 |
/doc/examples/bash_completion |
50 |
/doc/examples/ganeti.cron |
51 |
/doc/examples/ganeti.initd |
52 |
/doc/examples/gnt-config-backup |
53 |
/doc/examples/hooks/ipsec |
54 |
|
55 |
# lib |
56 |
/lib/_autoconf.py |
57 |
|
58 |
# man |
59 |
/man/*.[0-9] |
60 |
/man/*.html |
61 |
/man/*.in |