Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 88b58ed6

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

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

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

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

    
81
# lib
82
/lib/_constants.py
83
/lib/_vcsversion.py
84
/lib/_generated_rpc.py
85
/lib/opcodes.py
86

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

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

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

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

    
130
# haskell-specific rules
131
/src/mon-collector
132
/src/htools
133
/src/hconfd
134
/src/hluxid
135
/src/hs2py
136
/src/hs2py-constants
137
/src/ganeti-confd
138
/src/ganeti-luxid
139
/src/ganeti-mond
140
/src/rpc-test
141

    
142
# automatically-built Haskell files
143
/src/AutoConf.hs
144
/src/Ganeti/Curl/Internal.hs
145
/src/Ganeti/Hs2Py/ListConstants.hs
146
/src/Ganeti/PyConstants.hs
147
/src/Ganeti/Version.hs
148
/test/hs/Test/Ganeti/TestImports.hs