Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ fcdb582d

History | View | Annotate | Download (1.3 kB)

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 c964d962 Michael Hanselmann
.dir
12 7a47c582 Iustin Pop
13 7a47c582 Iustin Pop
# /
14 7a47c582 Iustin Pop
/Makefile
15 7a47c582 Iustin Pop
/Makefile.in
16 3baa809c Michael Hanselmann
/Makefile.local
17 7a47c582 Iustin Pop
/TAGS
18 7a47c582 Iustin Pop
/aclocal.m4
19 7a47c582 Iustin Pop
/autom4te.cache
20 ae59efea Michael Hanselmann
/autotools/install-sh
21 ae59efea Michael Hanselmann
/autotools/missing
22 ae59efea Michael Hanselmann
/autotools/py-compile
23 dc458d00 Iustin Pop
/autotools/replace_vars.sed
24 7a47c582 Iustin Pop
/config.log
25 7a47c582 Iustin Pop
/config.status
26 7a47c582 Iustin Pop
/configure
27 f774bd03 Michael Hanselmann
/epydoc.conf
28 7a47c582 Iustin Pop
/ganeti
29 dd1dfd9a Michael Hanselmann
/stamp-srclinks
30 2a73861a Iustin Pop
/vcs-version
31 7a47c582 Iustin Pop
/*.patch
32 7a47c582 Iustin Pop
/*.tar.bz2
33 7a47c582 Iustin Pop
/*.tar.gz
34 88258349 Michael Hanselmann
/ganeti-[0-9]*.[0-9]*.[0-9]*
35 7a47c582 Iustin Pop
36 fc3fd894 Michael Hanselmann
# daemons
37 f154a7a3 Michael Hanselmann
/daemons/daemon-util
38 46a8da3b René Nussbaumer
/daemons/ensure-dirs
39 fc3fd894 Michael Hanselmann
/daemons/ganeti-cleaner
40 5c9c0e0e Michael Hanselmann
/daemons/ganeti-confd
41 29d91329 Michael Hanselmann
/daemons/ganeti-masterd
42 5119f2ec Michael Hanselmann
/daemons/ganeti-noded
43 d9c82a4e Michael Hanselmann
/daemons/ganeti-rapi
44 9f4bb951 Michael Hanselmann
/daemons/ganeti-watcher
45 fc3fd894 Michael Hanselmann
46 7a47c582 Iustin Pop
# devel
47 7a47c582 Iustin Pop
/devel/clean-cluster
48 7a47c582 Iustin Pop
/devel/upload
49 7a47c582 Iustin Pop
50 7a47c582 Iustin Pop
# doc
51 d128fdb6 Iustin Pop
/doc/api
52 d17e74b4 Iustin Pop
/doc/build
53 27e336af Michael Hanselmann
/doc/coverage
54 d17e74b4 Iustin Pop
/doc/html
55 cbf3d64b Michael Hanselmann
/doc/install-quick.rst
56 b76aac08 Michael Hanselmann
/doc/news.rst
57 7a03d293 Michael Hanselmann
/doc/upgrade.rst
58 7a47c582 Iustin Pop
/doc/*.in
59 f86e82ef Iustin Pop
/doc/*.png
60 7a47c582 Iustin Pop
61 7a47c582 Iustin Pop
# doc/examples
62 e2a2a2eb Iustin Pop
/doc/examples/bash_completion
63 7a47c582 Iustin Pop
/doc/examples/ganeti.cron
64 7a47c582 Iustin Pop
/doc/examples/ganeti.initd
65 ccc6345b Adeodato Simo
/doc/examples/ganeti-kvm-poweroff.initd
66 2d5095d7 Iustin Pop
/doc/examples/gnt-config-backup
67 667161b4 Michael Hanselmann
/doc/examples/hooks/ipsec
68 7a47c582 Iustin Pop
69 7a47c582 Iustin Pop
# lib
70 7a47c582 Iustin Pop
/lib/_autoconf.py
71 7a47c582 Iustin Pop
72 7a47c582 Iustin Pop
# man
73 7a47c582 Iustin Pop
/man/*.[0-9]
74 f29266b4 Iustin Pop
/man/*.html
75 7a47c582 Iustin Pop
/man/*.in
76 fcdb582d Michael Hanselmann
/man/*.gen
77 de8eea3e Iustin Pop
/man/footer.man
78 c2855a12 Michael Hanselmann
79 26916aad Apollon Oikonomopoulos
# tools
80 26916aad Apollon Oikonomopoulos
/tools/kvm-ifup
81 26916aad Apollon Oikonomopoulos
82 c2855a12 Michael Hanselmann
# scripts
83 02266fe0 Michael Hanselmann
/scripts/gnt-backup
84 7b3e7d41 Michael Hanselmann
/scripts/gnt-cluster
85 c2855a12 Michael Hanselmann
/scripts/gnt-debug
86 667dbd6b Adeodato Simo
/scripts/gnt-group
87 e792102d Michael Hanselmann
/scripts/gnt-instance
88 a09b9e3d Michael Hanselmann
/scripts/gnt-job
89 37494fa4 Michael Hanselmann
/scripts/gnt-node
90 6d50f5f9 Michael Hanselmann
/scripts/gnt-os