Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 5d831182

History | View | Annotate | Download (966 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 2d5095d7 Iustin Pop
*~
11 7a47c582 Iustin Pop
12 7a47c582 Iustin Pop
# /
13 7a47c582 Iustin Pop
/Makefile
14 7a47c582 Iustin Pop
/Makefile.in
15 7a47c582 Iustin Pop
/TAGS
16 7a47c582 Iustin Pop
/aclocal.m4
17 7a47c582 Iustin Pop
/autom4te.cache
18 ae59efea Michael Hanselmann
/autotools/install-sh
19 ae59efea Michael Hanselmann
/autotools/missing
20 ae59efea Michael Hanselmann
/autotools/py-compile
21 dc458d00 Iustin Pop
/autotools/replace_vars.sed
22 7a47c582 Iustin Pop
/config.log
23 7a47c582 Iustin Pop
/config.status
24 7a47c582 Iustin Pop
/configure
25 7a47c582 Iustin Pop
/ganeti
26 60053f31 Iustin Pop
/stamp-directories
27 dd1dfd9a Michael Hanselmann
/stamp-srclinks
28 7a47c582 Iustin Pop
/*.patch
29 7a47c582 Iustin Pop
/*.tar.bz2
30 7a47c582 Iustin Pop
/*.tar.gz
31 88258349 Michael Hanselmann
/ganeti-[0-9]*.[0-9]*.[0-9]*
32 7a47c582 Iustin Pop
33 fc3fd894 Michael Hanselmann
# daemons
34 f154a7a3 Michael Hanselmann
/daemons/daemon-util
35 46a8da3b René Nussbaumer
/daemons/ensure-dirs
36 fc3fd894 Michael Hanselmann
/daemons/ganeti-cleaner
37 fc3fd894 Michael Hanselmann
38 7a47c582 Iustin Pop
# devel
39 7a47c582 Iustin Pop
/devel/clean-cluster
40 7a47c582 Iustin Pop
/devel/upload
41 7a47c582 Iustin Pop
42 7a47c582 Iustin Pop
# doc
43 d128fdb6 Iustin Pop
/doc/api
44 d17e74b4 Iustin Pop
/doc/build
45 27e336af Michael Hanselmann
/doc/coverage
46 d17e74b4 Iustin Pop
/doc/html
47 cbf3d64b Michael Hanselmann
/doc/install-quick.rst
48 b76aac08 Michael Hanselmann
/doc/news.rst
49 7a47c582 Iustin Pop
/doc/*.in
50 f86e82ef Iustin Pop
/doc/*.png
51 7a47c582 Iustin Pop
52 7a47c582 Iustin Pop
# doc/examples
53 e2a2a2eb Iustin Pop
/doc/examples/bash_completion
54 7a47c582 Iustin Pop
/doc/examples/ganeti.cron
55 7a47c582 Iustin Pop
/doc/examples/ganeti.initd
56 2d5095d7 Iustin Pop
/doc/examples/gnt-config-backup
57 667161b4 Michael Hanselmann
/doc/examples/hooks/ipsec
58 7a47c582 Iustin Pop
59 7a47c582 Iustin Pop
# lib
60 7a47c582 Iustin Pop
/lib/_autoconf.py
61 7a47c582 Iustin Pop
62 7a47c582 Iustin Pop
# man
63 7a47c582 Iustin Pop
/man/*.[0-9]
64 f29266b4 Iustin Pop
/man/*.html
65 7a47c582 Iustin Pop
/man/*.in