Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 931ca734

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
*.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

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

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

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

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

    
137
# haskell-specific rules
138
/src/mon-collector
139
/src/htools
140
/src/hconfd
141
/src/hluxid
142
/src/hs2py
143
/src/hs2py-constants
144
/src/ganeti-confd
145
/src/ganeti-kvmd
146
/src/ganeti-luxid
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