Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ e48c3613

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.logrotate
70
/doc/examples/ganeti-kvm-poweroff.initd
71
/doc/examples/ganeti-master-role.ocf
72
/doc/examples/ganeti-node-role.ocf
73
/doc/examples/gnt-config-backup
74
/doc/examples/hooks/ipsec
75

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

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

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

    
99
# tools
100
/tools/kvm-ifup
101
/tools/burnin
102
/tools/ensure-dirs
103
/tools/users-setup
104
/tools/vcluster-setup
105
/tools/node-cleanup
106
/tools/node-daemon-setup
107
/tools/prepare-node-join
108

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

    
121
# haskell-specific rules
122
/src/mon-collector
123
/src/htools
124
/src/hconfd
125
/src/ganeti-confd
126
/src/rpc-test
127

    
128
# automatically-built Haskell files
129
/src/Ganeti/Constants.hs
130
/src/Ganeti/Version.hs
131
/test/hs/Test/Ganeti/TestImports.hs