Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 2a52a064

History | View | Annotate | Download (726 Bytes)

1 7a47c582 Iustin Pop
# Lines that start with '#' are comments.
2 7a47c582 Iustin Pop
# For a project mostly in C, the following would be a good set of
3 7a47c582 Iustin Pop
# exclude patterns (uncomment them if you want to use them):
4 7a47c582 Iustin Pop
# *.[oa]
5 7a47c582 Iustin Pop
# *~
6 7a47c582 Iustin Pop
7 7a47c582 Iustin Pop
# global ignores
8 7a47c582 Iustin Pop
*.py[co]
9 7a47c582 Iustin Pop
10 7a47c582 Iustin Pop
# /
11 7a47c582 Iustin Pop
/Makefile
12 7a47c582 Iustin Pop
/Makefile.in
13 7a47c582 Iustin Pop
/TAGS
14 7a47c582 Iustin Pop
/aclocal.m4
15 7a47c582 Iustin Pop
/autom4te.cache
16 ae59efea Michael Hanselmann
/autotools/install-sh
17 ae59efea Michael Hanselmann
/autotools/missing
18 ae59efea Michael Hanselmann
/autotools/py-compile
19 dc458d00 Iustin Pop
/autotools/replace_vars.sed
20 7a47c582 Iustin Pop
/config.log
21 7a47c582 Iustin Pop
/config.status
22 7a47c582 Iustin Pop
/configure
23 7a47c582 Iustin Pop
/ganeti
24 60053f31 Iustin Pop
/stamp-directories
25 7a47c582 Iustin Pop
/*.patch
26 7a47c582 Iustin Pop
/*.tar.bz2
27 7a47c582 Iustin Pop
/*.tar.gz
28 7a47c582 Iustin Pop
29 7a47c582 Iustin Pop
# devel
30 7a47c582 Iustin Pop
/devel/clean-cluster
31 7a47c582 Iustin Pop
/devel/upload
32 7a47c582 Iustin Pop
33 7a47c582 Iustin Pop
# doc
34 d128fdb6 Iustin Pop
/doc/api
35 d17e74b4 Iustin Pop
/doc/build
36 d17e74b4 Iustin Pop
/doc/html
37 7a47c582 Iustin Pop
/doc/*.in
38 f86e82ef Iustin Pop
/doc/*.png
39 7a47c582 Iustin Pop
40 7a47c582 Iustin Pop
# doc/examples
41 e2a2a2eb Iustin Pop
/doc/examples/bash_completion
42 7a47c582 Iustin Pop
/doc/examples/ganeti.cron
43 7a47c582 Iustin Pop
/doc/examples/ganeti.initd
44 7a47c582 Iustin Pop
45 7a47c582 Iustin Pop
# lib
46 7a47c582 Iustin Pop
/lib/_autoconf.py
47 7a47c582 Iustin Pop
48 7a47c582 Iustin Pop
# man
49 7a47c582 Iustin Pop
/man/*.[0-9]
50 f29266b4 Iustin Pop
/man/*.html
51 7a47c582 Iustin Pop
/man/*.in