Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 46118ed2

History | View | Annotate | Download (1.9 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
/devel/upload
51 7a47c582 Iustin Pop
52 7a47c582 Iustin Pop
# doc
53 22c5390d Iustin Pop
/doc/api/
54 d17e74b4 Iustin Pop
/doc/build
55 22c5390d Iustin Pop
/doc/coverage/
56 d17e74b4 Iustin Pop
/doc/html
57 cbf3d64b Michael Hanselmann
/doc/install-quick.rst
58 b76aac08 Michael Hanselmann
/doc/news.rst
59 7a03d293 Michael Hanselmann
/doc/upgrade.rst
60 191ff68c Iustin Pop
/doc/hs-lint.html
61 7a47c582 Iustin Pop
/doc/*.in
62 f86e82ef Iustin Pop
/doc/*.png
63 7a47c582 Iustin Pop
64 7a47c582 Iustin Pop
# doc/examples
65 e2a2a2eb Iustin Pop
/doc/examples/bash_completion
66 e80aeb89 Michael Hanselmann
/doc/examples/bash_completion-debug
67 7a47c582 Iustin Pop
/doc/examples/ganeti.cron
68 7a47c582 Iustin Pop
/doc/examples/ganeti.initd
69 ccc6345b Adeodato Simo
/doc/examples/ganeti-kvm-poweroff.initd
70 2d5095d7 Iustin Pop
/doc/examples/gnt-config-backup
71 667161b4 Michael Hanselmann
/doc/examples/hooks/ipsec
72 7a47c582 Iustin Pop
73 7a47c582 Iustin Pop
# lib
74 7a47c582 Iustin Pop
/lib/_autoconf.py
75 13aeae6a Iustin Pop
/lib/_vcsversion.py
76 d5a2a550 Michael Hanselmann
/lib/_generated_rpc.py
77 7a47c582 Iustin Pop
78 7a47c582 Iustin Pop
# man
79 7a47c582 Iustin Pop
/man/*.[0-9]
80 f29266b4 Iustin Pop
/man/*.html
81 7a47c582 Iustin Pop
/man/*.in
82 fcdb582d Michael Hanselmann
/man/*.gen
83 de8eea3e Iustin Pop
/man/footer.man
84 c2855a12 Michael Hanselmann
85 189b51fa Iustin Pop
# htest
86 189b51fa Iustin Pop
/htest/hail
87 189b51fa Iustin Pop
/htest/hbal
88 189b51fa Iustin Pop
/htest/hcheck
89 189b51fa Iustin Pop
/htest/hinfo
90 189b51fa Iustin Pop
/htest/hscan
91 189b51fa Iustin Pop
/htest/hspace
92 3228c07a Iustin Pop
93 26916aad Apollon Oikonomopoulos
# tools
94 26916aad Apollon Oikonomopoulos
/tools/kvm-ifup
95 0d2bf835 René Nussbaumer
/tools/ensure-dirs
96 29386d3e Michael Hanselmann
/tools/vcluster-setup
97 26916aad Apollon Oikonomopoulos
98 c2855a12 Michael Hanselmann
# scripts
99 02266fe0 Michael Hanselmann
/scripts/gnt-backup
100 7b3e7d41 Michael Hanselmann
/scripts/gnt-cluster
101 c2855a12 Michael Hanselmann
/scripts/gnt-debug
102 667dbd6b Adeodato Simo
/scripts/gnt-group
103 e792102d Michael Hanselmann
/scripts/gnt-instance
104 a09b9e3d Michael Hanselmann
/scripts/gnt-job
105 37494fa4 Michael Hanselmann
/scripts/gnt-node
106 6d50f5f9 Michael Hanselmann
/scripts/gnt-os
107 83d96c36 Iustin Pop
108 83d96c36 Iustin Pop
# htools-specific rules
109 83d96c36 Iustin Pop
/htools/apidoc
110 83d96c36 Iustin Pop
/htools/.hpc
111 83d96c36 Iustin Pop
/htools/coverage
112 83d96c36 Iustin Pop
113 d26d808a Iustin Pop
/htools/htools
114 3c899290 Iustin Pop
/htools/hconfd
115 f0f3a6df Iustin Pop
/htest/hpc-htools
116 f0f3a6df Iustin Pop
/htest/test
117 83d96c36 Iustin Pop
/htools/*.prof*
118 83d96c36 Iustin Pop
/htools/*.stat
119 83d96c36 Iustin Pop
/htools/*.tix
120 f0f3a6df Iustin Pop
/htest/*.prof*
121 f0f3a6df Iustin Pop
/htest/*.stat
122 f0f3a6df Iustin Pop
/htest/*.tix
123 b91e9518 Iustin Pop
/.hpc/
124 25cdf177 Iustin Pop
/*.tix
125 83d96c36 Iustin Pop
126 d99d1e36 Iustin Pop
/htools/Ganeti/Constants.hs
127 2997cb0a Iustin Pop
/htools/Ganeti/Version.hs
128 b88fcdd0 Iustin Pop
/htest/Test/Ganeti/TestImports.hs