Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 22c5390d

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 46a8da3b René Nussbaumer
/daemons/ensure-dirs
42 fc3fd894 Michael Hanselmann
/daemons/ganeti-cleaner
43 5c9c0e0e Michael Hanselmann
/daemons/ganeti-confd
44 29d91329 Michael Hanselmann
/daemons/ganeti-masterd
45 5119f2ec Michael Hanselmann
/daemons/ganeti-noded
46 d9c82a4e Michael Hanselmann
/daemons/ganeti-rapi
47 9f4bb951 Michael Hanselmann
/daemons/ganeti-watcher
48 fc3fd894 Michael Hanselmann
49 7a47c582 Iustin Pop
# devel
50 7a47c582 Iustin Pop
/devel/clean-cluster
51 7a47c582 Iustin Pop
/devel/upload
52 7a47c582 Iustin Pop
53 7a47c582 Iustin Pop
# doc
54 22c5390d Iustin Pop
/doc/api/
55 d17e74b4 Iustin Pop
/doc/build
56 22c5390d Iustin Pop
/doc/coverage/
57 d17e74b4 Iustin Pop
/doc/html
58 cbf3d64b Michael Hanselmann
/doc/install-quick.rst
59 b76aac08 Michael Hanselmann
/doc/news.rst
60 7a03d293 Michael Hanselmann
/doc/upgrade.rst
61 191ff68c Iustin Pop
/doc/hs-lint.html
62 7a47c582 Iustin Pop
/doc/*.in
63 f86e82ef Iustin Pop
/doc/*.png
64 7a47c582 Iustin Pop
65 7a47c582 Iustin Pop
# doc/examples
66 e2a2a2eb Iustin Pop
/doc/examples/bash_completion
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 7a47c582 Iustin Pop
76 7a47c582 Iustin Pop
# man
77 7a47c582 Iustin Pop
/man/*.[0-9]
78 f29266b4 Iustin Pop
/man/*.html
79 7a47c582 Iustin Pop
/man/*.in
80 fcdb582d Michael Hanselmann
/man/*.gen
81 de8eea3e Iustin Pop
/man/footer.man
82 c2855a12 Michael Hanselmann
83 26916aad Apollon Oikonomopoulos
# tools
84 26916aad Apollon Oikonomopoulos
/tools/kvm-ifup
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