Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 3af1359f

History | View | Annotate | Download (2.5 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
*.tix
15
*.prof
16
*.stat
17
.hpc/
18

    
19
# /
20
/.hsenv
21
/Makefile
22
/Makefile.in
23
/Makefile.local
24
/Session.vim
25
/TAGS*
26
/aclocal.m4
27
/autom4te.cache
28
/autotools/install-sh
29
/autotools/missing
30
/autotools/py-compile
31
/autotools/replace_vars.sed
32
/autotools/shell-env-init
33
/config.log
34
/config.status
35
/configure
36
/devel/squeeze-amd64.tar.gz
37
/devel/squeeze-amd64.conf
38
/epydoc.conf
39
/ganeti
40
/stamp-srclinks
41
/stamp-directories
42
/vcs-version
43
/*.patch
44
/*.tar.bz2
45
/*.tar.gz
46
/ganeti-[0-9]*.[0-9]*.[0-9]*
47

    
48
# daemons
49
/daemons/daemon-util
50
/daemons/ganeti-cleaner
51
/daemons/ganeti-masterd
52
/daemons/ganeti-noded
53
/daemons/ganeti-rapi
54
/daemons/ganeti-watcher
55

    
56
# doc
57
/doc/api/
58
/doc/coverage/
59
/doc/html/
60
/doc/man-html/
61
/doc/install-quick.rst
62
/doc/news.rst
63
/doc/upgrade.rst
64
/doc/hs-lint.html
65
/doc/manpages-enabled.rst
66
/doc/man-*.rst
67
/doc/users/groupmemberships
68
/doc/users/groups
69
/doc/users/users
70

    
71
# doc/examples
72
/doc/examples/bash_completion
73
/doc/examples/bash_completion-debug
74
/doc/examples/ganeti.cron
75
/doc/examples/ganeti.initd
76
/doc/examples/ganeti.logrotate
77
/doc/examples/ganeti-kvm-poweroff.initd
78
/doc/examples/ganeti-master-role.ocf
79
/doc/examples/ganeti-node-role.ocf
80
/doc/examples/gnt-config-backup
81
/doc/examples/hooks/ipsec
82

    
83
# lib
84
/lib/_constants.py
85
/lib/_vcsversion.py
86
/lib/_generated_rpc.py
87
/lib/opcodes.py
88

    
89
# man
90
/man/*.[0-9]
91
/man/*.html
92
/man/*.in
93
/man/*.gen
94

    
95
# test/hs
96
/test/hs/hail
97
/test/hs/harep
98
/test/hs/hbal
99
/test/hs/hcheck
100
/test/hs/hinfo
101
/test/hs/hroller
102
/test/hs/hscan
103
/test/hs/hspace
104
/test/hs/hsqueeze
105
/test/hs/hpc-htools
106
/test/hs/hpc-mon-collector
107
/test/hs/htest
108

    
109
# tools
110
/tools/kvm-ifup
111
/tools/burnin
112
/tools/ensure-dirs
113
/tools/users-setup
114
/tools/vcluster-setup
115
/tools/vif-ganeti
116
/tools/net-common
117
/tools/node-cleanup
118
/tools/node-daemon-setup
119
/tools/prepare-node-join
120

    
121
# scripts
122
/scripts/gnt-backup
123
/scripts/gnt-cluster
124
/scripts/gnt-debug
125
/scripts/gnt-group
126
/scripts/gnt-instance
127
/scripts/gnt-job
128
/scripts/gnt-node
129
/scripts/gnt-os
130
/scripts/gnt-network
131
/scripts/gnt-storage
132

    
133
# haskell-specific rules
134
/src/mon-collector
135
/src/htools
136
/src/hconfd
137
/src/hluxid
138
/src/hs2py
139
/src/hs2py-constants
140
/src/ganeti-confd
141
/src/ganeti-kvmd
142
/src/ganeti-luxid
143
/src/ganeti-metad
144
/src/ganeti-mond
145
/src/rpc-test
146

    
147
# automatically-built Haskell files
148
/src/AutoConf.hs
149
/src/Ganeti/Curl/Internal.hs
150
/src/Ganeti/Hs2Py/ListConstants.hs
151
/src/Ganeti/Version.hs
152
/test/hs/Test/Ganeti/TestImports.hs