Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 3add7574

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
# devel
53
/devel/clean-cluster
54

    
55
# doc
56
/doc/api/
57
/doc/build
58
/doc/coverage/
59
/doc/html
60
/doc/install-quick.rst
61
/doc/news.rst
62
/doc/upgrade.rst
63
/doc/hs-lint.html
64
/doc/*.in
65
/doc/*.png
66

    
67
# doc/examples
68
/doc/examples/bash_completion
69
/doc/examples/bash_completion-debug
70
/doc/examples/ganeti.cron
71
/doc/examples/ganeti.initd
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/_vcsversion.py
81
/lib/_generated_rpc.py
82

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

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

    
102
# tools
103
/tools/kvm-ifup
104
/tools/ensure-dirs
105
/tools/vcluster-setup
106
/tools/node-cleanup
107
/tools/node-daemon-setup
108
/tools/prepare-node-join
109

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

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

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