Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 34e54ebc

History | View | Annotate | Download (822 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 699d856f Michael Hanselmann
*.swp
10 7a47c582 Iustin Pop
11 7a47c582 Iustin Pop
# /
12 7a47c582 Iustin Pop
/Makefile
13 7a47c582 Iustin Pop
/Makefile.in
14 7a47c582 Iustin Pop
/TAGS
15 7a47c582 Iustin Pop
/aclocal.m4
16 7a47c582 Iustin Pop
/autom4te.cache
17 ae59efea Michael Hanselmann
/autotools/install-sh
18 ae59efea Michael Hanselmann
/autotools/missing
19 ae59efea Michael Hanselmann
/autotools/py-compile
20 dc458d00 Iustin Pop
/autotools/replace_vars.sed
21 7a47c582 Iustin Pop
/config.log
22 7a47c582 Iustin Pop
/config.status
23 7a47c582 Iustin Pop
/configure
24 7a47c582 Iustin Pop
/ganeti
25 60053f31 Iustin Pop
/stamp-directories
26 7a47c582 Iustin Pop
/*.patch
27 7a47c582 Iustin Pop
/*.tar.bz2
28 7a47c582 Iustin Pop
/*.tar.gz
29 88258349 Michael Hanselmann
/ganeti-[0-9]*.[0-9]*.[0-9]*
30 7a47c582 Iustin Pop
31 fc3fd894 Michael Hanselmann
# daemons
32 fc3fd894 Michael Hanselmann
/daemons/ganeti-cleaner
33 fc3fd894 Michael Hanselmann
34 7a47c582 Iustin Pop
# devel
35 7a47c582 Iustin Pop
/devel/clean-cluster
36 7a47c582 Iustin Pop
/devel/upload
37 7a47c582 Iustin Pop
38 7a47c582 Iustin Pop
# doc
39 d128fdb6 Iustin Pop
/doc/api
40 d17e74b4 Iustin Pop
/doc/build
41 d17e74b4 Iustin Pop
/doc/html
42 7a47c582 Iustin Pop
/doc/*.in
43 f86e82ef Iustin Pop
/doc/*.png
44 7a47c582 Iustin Pop
45 7a47c582 Iustin Pop
# doc/examples
46 e2a2a2eb Iustin Pop
/doc/examples/bash_completion
47 7a47c582 Iustin Pop
/doc/examples/ganeti.cron
48 7a47c582 Iustin Pop
/doc/examples/ganeti.initd
49 667161b4 Michael Hanselmann
/doc/examples/hooks/ipsec
50 7a47c582 Iustin Pop
51 7a47c582 Iustin Pop
# lib
52 7a47c582 Iustin Pop
/lib/_autoconf.py
53 7a47c582 Iustin Pop
54 7a47c582 Iustin Pop
# man
55 7a47c582 Iustin Pop
/man/*.[0-9]
56 f29266b4 Iustin Pop
/man/*.html
57 7a47c582 Iustin Pop
/man/*.in