Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 41806ef4

History | View | Annotate | Download (2.1 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/man-html/
57
/doc/install-quick.rst
58
/doc/news.rst
59
/doc/upgrade.rst
60
/doc/hs-lint.html
61
/doc/manpages-enabled.rst
62
/doc/man-*.rst
63

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

    
75
# lib
76
/lib/_autoconf.py
77
/lib/_vcsversion.py
78
/lib/_generated_rpc.py
79

    
80
# man
81
/man/*.[0-9]
82
/man/*.html
83
/man/*.in
84
/man/*.gen
85

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

    
98
# tools
99
/tools/kvm-ifup
100
/tools/ensure-dirs
101
/tools/vcluster-setup
102
/tools/node-cleanup
103
/tools/node-daemon-setup
104
/tools/prepare-node-join
105

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

    
118
# haskell-specific rules
119
/src/mon-collector
120
/src/htools
121
/src/hconfd
122
/src/ganeti-confd
123
/src/rpc-test
124

    
125
# automatically-built Haskell files
126
/src/Ganeti/Constants.hs
127
/src/Ganeti/Version.hs
128
/test/hs/Test/Ganeti/TestImports.hs