Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ f63eed35

History | View | Annotate | Download (567 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 7a47c582 Iustin Pop
/autotools
17 7a47c582 Iustin Pop
/config.log
18 7a47c582 Iustin Pop
/config.status
19 7a47c582 Iustin Pop
/configure
20 7a47c582 Iustin Pop
/ganeti
21 7a47c582 Iustin Pop
/*.patch
22 7a47c582 Iustin Pop
/*.tar.bz2
23 7a47c582 Iustin Pop
/*.tar.gz
24 7a47c582 Iustin Pop
25 7a47c582 Iustin Pop
# devel
26 7a47c582 Iustin Pop
/devel/clean-cluster
27 7a47c582 Iustin Pop
/devel/upload
28 7a47c582 Iustin Pop
29 7a47c582 Iustin Pop
# doc
30 7a47c582 Iustin Pop
/doc/*.html
31 7a47c582 Iustin Pop
/doc/*.in
32 7a47c582 Iustin Pop
/doc/*.pdf
33 7a47c582 Iustin Pop
34 7a47c582 Iustin Pop
# doc/examples
35 7a47c582 Iustin Pop
/doc/examples/ganeti.cron
36 7a47c582 Iustin Pop
/doc/examples/ganeti.initd
37 7a47c582 Iustin Pop
38 7a47c582 Iustin Pop
# lib
39 7a47c582 Iustin Pop
/lib/_autoconf.py
40 7a47c582 Iustin Pop
41 7a47c582 Iustin Pop
# man
42 7a47c582 Iustin Pop
/man/*.[0-9]
43 7a47c582 Iustin Pop
/man/*.in