Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 6429e8d8

History | View | Annotate | Download (1.6 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 c964d962 Michael Hanselmann
.dir
15 7a47c582 Iustin Pop
16 7a47c582 Iustin Pop
# /
17 7a47c582 Iustin Pop
/Makefile
18 7a47c582 Iustin Pop
/Makefile.in
19 3baa809c Michael Hanselmann
/Makefile.local
20 7a47c582 Iustin Pop
/TAGS
21 7a47c582 Iustin Pop
/aclocal.m4
22 7a47c582 Iustin Pop
/autom4te.cache
23 ae59efea Michael Hanselmann
/autotools/install-sh
24 ae59efea Michael Hanselmann
/autotools/missing
25 ae59efea Michael Hanselmann
/autotools/py-compile
26 dc458d00 Iustin Pop
/autotools/replace_vars.sed
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 2a73861a Iustin Pop
/vcs-version
34 7a47c582 Iustin Pop
/*.patch
35 7a47c582 Iustin Pop
/*.tar.bz2
36 7a47c582 Iustin Pop
/*.tar.gz
37 88258349 Michael Hanselmann
/ganeti-[0-9]*.[0-9]*.[0-9]*
38 7a47c582 Iustin Pop
39 fc3fd894 Michael Hanselmann
# daemons
40 f154a7a3 Michael Hanselmann
/daemons/daemon-util
41 fc3fd894 Michael Hanselmann
/daemons/ganeti-cleaner
42 5c9c0e0e Michael Hanselmann
/daemons/ganeti-confd
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 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 2d5095d7 Iustin Pop
/doc/examples/gnt-config-backup
70 667161b4 Michael Hanselmann
/doc/examples/hooks/ipsec
71 7a47c582 Iustin Pop
72 7a47c582 Iustin Pop
# lib
73 7a47c582 Iustin Pop
/lib/_autoconf.py
74 7a47c582 Iustin Pop
75 7a47c582 Iustin Pop
# man
76 7a47c582 Iustin Pop
/man/*.[0-9]
77 f29266b4 Iustin Pop
/man/*.html
78 7a47c582 Iustin Pop
/man/*.in
79 fcdb582d Michael Hanselmann
/man/*.gen
80 de8eea3e Iustin Pop
/man/footer.man
81 c2855a12 Michael Hanselmann
82 26916aad Apollon Oikonomopoulos
# tools
83 26916aad Apollon Oikonomopoulos
/tools/kvm-ifup
84 0d2bf835 René Nussbaumer
/tools/ensure-dirs
85 26916aad Apollon Oikonomopoulos
86 c2855a12 Michael Hanselmann
# scripts
87 02266fe0 Michael Hanselmann
/scripts/gnt-backup
88 7b3e7d41 Michael Hanselmann
/scripts/gnt-cluster
89 c2855a12 Michael Hanselmann
/scripts/gnt-debug
90 667dbd6b Adeodato Simo
/scripts/gnt-group
91 e792102d Michael Hanselmann
/scripts/gnt-instance
92 a09b9e3d Michael Hanselmann
/scripts/gnt-job
93 37494fa4 Michael Hanselmann
/scripts/gnt-node
94 6d50f5f9 Michael Hanselmann
/scripts/gnt-os
95 83d96c36 Iustin Pop
96 83d96c36 Iustin Pop
# htools-specific rules
97 83d96c36 Iustin Pop
/htools/apidoc
98 83d96c36 Iustin Pop
/htools/.hpc
99 83d96c36 Iustin Pop
/htools/coverage
100 83d96c36 Iustin Pop
101 83d96c36 Iustin Pop
/htools/hbal
102 83d96c36 Iustin Pop
/htools/hscan
103 83d96c36 Iustin Pop
/htools/hail
104 83d96c36 Iustin Pop
/htools/hspace
105 83d96c36 Iustin Pop
/htools/test
106 83d96c36 Iustin Pop
/htools/*.prof*
107 83d96c36 Iustin Pop
/htools/*.stat
108 83d96c36 Iustin Pop
/htools/*.tix
109 b91e9518 Iustin Pop
/.hpc/
110 83d96c36 Iustin Pop
111 83d96c36 Iustin Pop
/htools/Ganeti/HTools/Version.hs
112 d99d1e36 Iustin Pop
/htools/Ganeti/Constants.hs