Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 1b2adaa6

History | View | Annotate | Download (2.4 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

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

    
78
# lib
79
/lib/_autoconf.py
80
/lib/_constants.py
81
/lib/_vcsversion.py
82
/lib/_generated_rpc.py
83
/lib/opcodes.py
84

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

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

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

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

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

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