Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ dbb4f850

History | View | Annotate | Download (2 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
/epydoc.conf
35
/ganeti
36
/stamp-srclinks
37
/stamp-directories
38
/vcs-version
39
/*.patch
40
/*.tar.bz2
41
/*.tar.gz
42
/ganeti-[0-9]*.[0-9]*.[0-9]*
43

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

    
52
# doc
53
/doc/api/
54
/doc/coverage/
55
/doc/html/
56
/doc/install-quick.rst
57
/doc/news.rst
58
/doc/upgrade.rst
59
/doc/hs-lint.html
60

    
61
# doc/examples
62
/doc/examples/bash_completion
63
/doc/examples/bash_completion-debug
64
/doc/examples/ganeti.cron
65
/doc/examples/ganeti.initd
66
/doc/examples/ganeti-kvm-poweroff.initd
67
/doc/examples/ganeti-master-role.ocf
68
/doc/examples/ganeti-node-role.ocf
69
/doc/examples/gnt-config-backup
70
/doc/examples/hooks/ipsec
71

    
72
# lib
73
/lib/_autoconf.py
74
/lib/_vcsversion.py
75
/lib/_generated_rpc.py
76

    
77
# man
78
/man/*.[0-9]
79
/man/*.html
80
/man/*.in
81
/man/*.gen
82

    
83
# test/hs
84
/test/hs/hail
85
/test/hs/hbal
86
/test/hs/hcheck
87
/test/hs/hinfo
88
/test/hs/hroller
89
/test/hs/hscan
90
/test/hs/hspace
91
/test/hs/hpc-htools
92
/test/hs/hpc-mon-collector
93
/test/hs/htest
94

    
95
# tools
96
/tools/kvm-ifup
97
/tools/ensure-dirs
98
/tools/vcluster-setup
99
/tools/node-cleanup
100
/tools/node-daemon-setup
101
/tools/prepare-node-join
102

    
103
# scripts
104
/scripts/gnt-backup
105
/scripts/gnt-cluster
106
/scripts/gnt-debug
107
/scripts/gnt-group
108
/scripts/gnt-instance
109
/scripts/gnt-job
110
/scripts/gnt-node
111
/scripts/gnt-os
112
/scripts/gnt-network
113
/scripts/gnt-storage
114

    
115
# haskell-specific rules
116
/src/mon-collector
117
/src/htools
118
/src/hconfd
119
/src/ganeti-confd
120
/src/rpc-test
121

    
122
# automatically-built Haskell files
123
/src/Ganeti/Constants.hs
124
/src/Ganeti/Version.hs
125
/test/hs/Test/Ganeti/TestImports.hs