Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 5349519d

History | View | Annotate | Download (2.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
*.hpc_o
13
*.hi
14
*.hpc_hi
15
*.hp
16
*.tix
17
*.prof
18
*.stat
19
.hpc/
20

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

    
52
# daemons
53
/daemons/daemon-util
54
/daemons/ganeti-cleaner
55
/daemons/ganeti-masterd
56
/daemons/ganeti-noded
57
/daemons/ganeti-rapi
58
/daemons/ganeti-watcher
59

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

    
75
# doc/examples
76
/doc/examples/bash_completion
77
/doc/examples/bash_completion-debug
78
/doc/examples/ganeti.cron
79
/doc/examples/ganeti.initd
80
/doc/examples/ganeti.logrotate
81
/doc/examples/ganeti-kvm-poweroff.initd
82
/doc/examples/ganeti-master-role.ocf
83
/doc/examples/ganeti-node-role.ocf
84
/doc/examples/gnt-config-backup
85
/doc/examples/hooks/ipsec
86

    
87
# lib
88
/lib/_constants.py
89
/lib/_vcsversion.py
90
/lib/_generated_rpc.py
91
/lib/opcodes.py
92
/lib/rpc/stub/
93

    
94
# man
95
/man/*.[0-9]
96
/man/*.html
97
/man/*.in
98
/man/*.gen
99

    
100
# test/hs
101
/test/hs/hail
102
/test/hs/harep
103
/test/hs/hbal
104
/test/hs/hcheck
105
/test/hs/hinfo
106
/test/hs/hroller
107
/test/hs/hscan
108
/test/hs/hspace
109
/test/hs/hsqueeze
110
/test/hs/hpc-htools
111
/test/hs/hpc-mon-collector
112
/test/hs/htest
113

    
114
# tools
115
/tools/kvm-ifup
116
/tools/kvm-ifup-os
117
/tools/burnin
118
/tools/ensure-dirs
119
/tools/users-setup
120
/tools/vcluster-setup
121
/tools/vif-ganeti
122
/tools/net-common
123
/tools/node-cleanup
124
/tools/node-daemon-setup
125
/tools/prepare-node-join
126

    
127
# scripts
128
/scripts/gnt-backup
129
/scripts/gnt-cluster
130
/scripts/gnt-debug
131
/scripts/gnt-group
132
/scripts/gnt-instance
133
/scripts/gnt-job
134
/scripts/gnt-node
135
/scripts/gnt-os
136
/scripts/gnt-network
137
/scripts/gnt-storage
138

    
139
# haskell-specific rules
140
/src/mon-collector
141
/src/htools
142
/src/hconfd
143
/src/hluxid
144
/src/hs2py
145
/src/hs2py-constants
146
/src/ganeti-confd
147
/src/ganeti-wconfd
148
/src/ganeti-kvmd
149
/src/ganeti-luxid
150
/src/ganeti-metad
151
/src/ganeti-mond
152
/src/rpc-test
153

    
154
# automatically-built Haskell files
155
/src/AutoConf.hs
156
/src/Ganeti/Curl/Internal.hs
157
/src/Ganeti/Hs2Py/ListConstants.hs
158
/src/Ganeti/Version.hs
159
/test/hs/Test/Ganeti/TestImports.hs