Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 084565ac

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
/config.log
28
/config.status
29
/configure
30
/epydoc.conf
31
/ganeti
32
/stamp-srclinks
33
/vcs-version
34
/*.patch
35
/*.tar.bz2
36
/*.tar.gz
37
/ganeti-[0-9]*.[0-9]*.[0-9]*
38

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

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

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

    
64
# doc/examples
65
/doc/examples/bash_completion
66
/doc/examples/ganeti.cron
67
/doc/examples/ganeti.initd
68
/doc/examples/ganeti-kvm-poweroff.initd
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
/man/footer.man
83

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

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

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

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

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