Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 22c5390d

History | View | Annotate | Download (1.6 kB)

1
# Lines that start with '#' are comments.
2
# For a project mostly in C, the following would be a good set of
3
# exclude patterns (uncomment them if you want to use them):
4
# *.[oa]
5
# *~
6

    
7
# global ignores
8
*.py[co]
9
*.swp
10
*~
11
*.o
12
*.hi
13
*.hp
14
.dir
15

    
16
# /
17
/Makefile
18
/Makefile.in
19
/Makefile.local
20
/TAGS
21
/aclocal.m4
22
/autom4te.cache
23
/autotools/install-sh
24
/autotools/missing
25
/autotools/py-compile
26
/autotools/replace_vars.sed
27
/config.log
28
/config.status
29
/configure
30
/epydoc.conf
31
/ganeti
32
/stamp-srclinks
33
/vcs-version
34
/*.patch
35
/*.tar.bz2
36
/*.tar.gz
37
/ganeti-[0-9]*.[0-9]*.[0-9]*
38

    
39
# daemons
40
/daemons/daemon-util
41
/daemons/ensure-dirs
42
/daemons/ganeti-cleaner
43
/daemons/ganeti-confd
44
/daemons/ganeti-masterd
45
/daemons/ganeti-noded
46
/daemons/ganeti-rapi
47
/daemons/ganeti-watcher
48

    
49
# devel
50
/devel/clean-cluster
51
/devel/upload
52

    
53
# doc
54
/doc/api/
55
/doc/build
56
/doc/coverage/
57
/doc/html
58
/doc/install-quick.rst
59
/doc/news.rst
60
/doc/upgrade.rst
61
/doc/hs-lint.html
62
/doc/*.in
63
/doc/*.png
64

    
65
# doc/examples
66
/doc/examples/bash_completion
67
/doc/examples/ganeti.cron
68
/doc/examples/ganeti.initd
69
/doc/examples/ganeti-kvm-poweroff.initd
70
/doc/examples/gnt-config-backup
71
/doc/examples/hooks/ipsec
72

    
73
# lib
74
/lib/_autoconf.py
75

    
76
# man
77
/man/*.[0-9]
78
/man/*.html
79
/man/*.in
80
/man/*.gen
81
/man/footer.man
82

    
83
# tools
84
/tools/kvm-ifup
85

    
86
# scripts
87
/scripts/gnt-backup
88
/scripts/gnt-cluster
89
/scripts/gnt-debug
90
/scripts/gnt-group
91
/scripts/gnt-instance
92
/scripts/gnt-job
93
/scripts/gnt-node
94
/scripts/gnt-os
95

    
96
# htools-specific rules
97
/htools/apidoc
98
/htools/.hpc
99
/htools/coverage
100

    
101
/htools/hbal
102
/htools/hscan
103
/htools/hail
104
/htools/hspace
105
/htools/test
106
/htools/*.prof*
107
/htools/*.stat
108
/htools/*.tix
109
/.hpc/
110

    
111
/htools/Ganeti/HTools/Version.hs