Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 70041061

History | View | Annotate | Download (1.6 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
.dir
15

    
16
# /
17
/Makefile
18
/Makefile.in
19
/Makefile.local
20
/TAGS
21
/aclocal.m4
22
/autom4te.cache
23
/autotools/install-sh
24
/autotools/missing
25
/autotools/py-compile
26
/autotools/replace_vars.sed
27
/autotools/testrunner
28
/config.log
29
/config.status
30
/configure
31
/epydoc.conf
32
/ganeti
33
/stamp-srclinks
34
/vcs-version
35
/*.patch
36
/*.tar.bz2
37
/*.tar.gz
38
/ganeti-[0-9]*.[0-9]*.[0-9]*
39

    
40
# daemons
41
/daemons/daemon-util
42
/daemons/ganeti-cleaner
43
/daemons/ganeti-confd
44
/daemons/ganeti-masterd
45
/daemons/ganeti-noded
46
/daemons/ganeti-rapi
47
/daemons/ganeti-watcher
48

    
49
# devel
50
/devel/clean-cluster
51
/devel/upload
52

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

    
65
# doc/examples
66
/doc/examples/bash_completion
67
/doc/examples/ganeti.cron
68
/doc/examples/ganeti.initd
69
/doc/examples/ganeti-kvm-poweroff.initd
70
/doc/examples/gnt-config-backup
71
/doc/examples/hooks/ipsec
72

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

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

    
85
# tools
86
/tools/kvm-ifup
87
/tools/ensure-dirs
88

    
89
# scripts
90
/scripts/gnt-backup
91
/scripts/gnt-cluster
92
/scripts/gnt-debug
93
/scripts/gnt-group
94
/scripts/gnt-instance
95
/scripts/gnt-job
96
/scripts/gnt-node
97
/scripts/gnt-os
98

    
99
# htools-specific rules
100
/htools/apidoc
101
/htools/.hpc
102
/htools/coverage
103

    
104
/htools/htools
105
/htools/test
106
/htools/*.prof*
107
/htools/*.stat
108
/htools/*.tix
109
/.hpc/
110

    
111
/htools/Ganeti/HTools/Version.hs
112
/htools/Ganeti/Constants.hs