Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ af8492ff

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
*.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
/lib/rpc/stub/
89

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

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

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

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

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

    
150
# automatically-built Haskell files
151
/src/AutoConf.hs
152
/src/Ganeti/Curl/Internal.hs
153
/src/Ganeti/Hs2Py/ListConstants.hs
154
/src/Ganeti/Version.hs
155
/test/hs/Test/Ganeti/TestImports.hs