Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 712da82f

History | View | Annotate | Download (2.1 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 83d96c36 Iustin Pop
*.o
12 83d96c36 Iustin Pop
*.hi
13 83d96c36 Iustin Pop
*.hp
14 7a47c582 Iustin Pop
15 7a47c582 Iustin Pop
# /
16 7a47c582 Iustin Pop
/Makefile
17 7a47c582 Iustin Pop
/Makefile.in
18 3baa809c Michael Hanselmann
/Makefile.local
19 7a47c582 Iustin Pop
/TAGS
20 7a47c582 Iustin Pop
/aclocal.m4
21 7a47c582 Iustin Pop
/autom4te.cache
22 ae59efea Michael Hanselmann
/autotools/install-sh
23 ae59efea Michael Hanselmann
/autotools/missing
24 ae59efea Michael Hanselmann
/autotools/py-compile
25 dc458d00 Iustin Pop
/autotools/replace_vars.sed
26 6e3bf290 Michael Hanselmann
/autotools/shell-env-init
27 7a47c582 Iustin Pop
/config.log
28 7a47c582 Iustin Pop
/config.status
29 7a47c582 Iustin Pop
/configure
30 f774bd03 Michael Hanselmann
/epydoc.conf
31 7a47c582 Iustin Pop
/ganeti
32 dd1dfd9a Michael Hanselmann
/stamp-srclinks
33 3735787e Iustin Pop
/stamp-directories
34 2a73861a Iustin Pop
/vcs-version
35 7a47c582 Iustin Pop
/*.patch
36 7a47c582 Iustin Pop
/*.tar.bz2
37 7a47c582 Iustin Pop
/*.tar.gz
38 88258349 Michael Hanselmann
/ganeti-[0-9]*.[0-9]*.[0-9]*
39 7a47c582 Iustin Pop
40 fc3fd894 Michael Hanselmann
# daemons
41 f154a7a3 Michael Hanselmann
/daemons/daemon-util
42 fc3fd894 Michael Hanselmann
/daemons/ganeti-cleaner
43 29d91329 Michael Hanselmann
/daemons/ganeti-masterd
44 5119f2ec Michael Hanselmann
/daemons/ganeti-noded
45 d9c82a4e Michael Hanselmann
/daemons/ganeti-rapi
46 9f4bb951 Michael Hanselmann
/daemons/ganeti-watcher
47 fc3fd894 Michael Hanselmann
48 7a47c582 Iustin Pop
# devel
49 7a47c582 Iustin Pop
/devel/clean-cluster
50 7a47c582 Iustin Pop
51 7a47c582 Iustin Pop
# doc
52 22c5390d Iustin Pop
/doc/api/
53 d17e74b4 Iustin Pop
/doc/build
54 22c5390d Iustin Pop
/doc/coverage/
55 d17e74b4 Iustin Pop
/doc/html
56 cbf3d64b Michael Hanselmann
/doc/install-quick.rst
57 b76aac08 Michael Hanselmann
/doc/news.rst
58 7a03d293 Michael Hanselmann
/doc/upgrade.rst
59 191ff68c Iustin Pop
/doc/hs-lint.html
60 7a47c582 Iustin Pop
/doc/*.in
61 f86e82ef Iustin Pop
/doc/*.png
62 7a47c582 Iustin Pop
63 7a47c582 Iustin Pop
# doc/examples
64 e2a2a2eb Iustin Pop
/doc/examples/bash_completion
65 e80aeb89 Michael Hanselmann
/doc/examples/bash_completion-debug
66 7a47c582 Iustin Pop
/doc/examples/ganeti.cron
67 7a47c582 Iustin Pop
/doc/examples/ganeti.initd
68 ccc6345b Adeodato Simo
/doc/examples/ganeti-kvm-poweroff.initd
69 aa75500a Guido Trotter
/doc/examples/ganeti-master-role.ocf
70 17071597 Guido Trotter
/doc/examples/ganeti-node-role.ocf
71 2d5095d7 Iustin Pop
/doc/examples/gnt-config-backup
72 667161b4 Michael Hanselmann
/doc/examples/hooks/ipsec
73 7a47c582 Iustin Pop
74 7a47c582 Iustin Pop
# lib
75 7a47c582 Iustin Pop
/lib/_autoconf.py
76 13aeae6a Iustin Pop
/lib/_vcsversion.py
77 d5a2a550 Michael Hanselmann
/lib/_generated_rpc.py
78 7a47c582 Iustin Pop
79 7a47c582 Iustin Pop
# man
80 7a47c582 Iustin Pop
/man/*.[0-9]
81 f29266b4 Iustin Pop
/man/*.html
82 7a47c582 Iustin Pop
/man/*.in
83 fcdb582d Michael Hanselmann
/man/*.gen
84 de8eea3e Iustin Pop
/man/footer.man
85 c2855a12 Michael Hanselmann
86 189b51fa Iustin Pop
# htest
87 189b51fa Iustin Pop
/htest/hail
88 189b51fa Iustin Pop
/htest/hbal
89 189b51fa Iustin Pop
/htest/hcheck
90 189b51fa Iustin Pop
/htest/hinfo
91 189b51fa Iustin Pop
/htest/hscan
92 189b51fa Iustin Pop
/htest/hspace
93 3228c07a Iustin Pop
94 26916aad Apollon Oikonomopoulos
# tools
95 26916aad Apollon Oikonomopoulos
/tools/kvm-ifup
96 0d2bf835 René Nussbaumer
/tools/ensure-dirs
97 29386d3e Michael Hanselmann
/tools/vcluster-setup
98 d5fe5fa9 Michael Hanselmann
/tools/node-cleanup
99 69e5fefc Michael Hanselmann
/tools/node-daemon-setup
100 d12b9f66 Michael Hanselmann
/tools/prepare-node-join
101 26916aad Apollon Oikonomopoulos
102 c2855a12 Michael Hanselmann
# scripts
103 02266fe0 Michael Hanselmann
/scripts/gnt-backup
104 7b3e7d41 Michael Hanselmann
/scripts/gnt-cluster
105 c2855a12 Michael Hanselmann
/scripts/gnt-debug
106 667dbd6b Adeodato Simo
/scripts/gnt-group
107 e792102d Michael Hanselmann
/scripts/gnt-instance
108 a09b9e3d Michael Hanselmann
/scripts/gnt-job
109 37494fa4 Michael Hanselmann
/scripts/gnt-node
110 6d50f5f9 Michael Hanselmann
/scripts/gnt-os
111 dadf0bfe Michael Hanselmann
/scripts/gnt-network
112 83d96c36 Iustin Pop
113 83d96c36 Iustin Pop
# htools-specific rules
114 83d96c36 Iustin Pop
/htools/apidoc
115 83d96c36 Iustin Pop
/htools/.hpc
116 83d96c36 Iustin Pop
/htools/coverage
117 83d96c36 Iustin Pop
118 332b1340 Michele Tartara
/htools/mon-collector
119 d26d808a Iustin Pop
/htools/htools
120 3c899290 Iustin Pop
/htools/hconfd
121 9c5b9957 Iustin Pop
/htools/ganeti-confd
122 19e21a6c Iustin Pop
/htools/rpc-test
123 f0f3a6df Iustin Pop
/htest/hpc-htools
124 542e3dea Michele Tartara
/htest/hpc-mon-collector
125 f0f3a6df Iustin Pop
/htest/test
126 83d96c36 Iustin Pop
/htools/*.prof*
127 83d96c36 Iustin Pop
/htools/*.stat
128 83d96c36 Iustin Pop
/htools/*.tix
129 f0f3a6df Iustin Pop
/htest/*.prof*
130 f0f3a6df Iustin Pop
/htest/*.stat
131 f0f3a6df Iustin Pop
/htest/*.tix
132 b91e9518 Iustin Pop
/.hpc/
133 25cdf177 Iustin Pop
/*.tix
134 83d96c36 Iustin Pop
135 d99d1e36 Iustin Pop
/htools/Ganeti/Constants.hs
136 2997cb0a Iustin Pop
/htools/Ganeti/Version.hs
137 b88fcdd0 Iustin Pop
/htest/Test/Ganeti/TestImports.hs