Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 189b51fa

History | View | Annotate | Download (1.8 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

    
15
# /
16
/Makefile
17
/Makefile.in
18
/Makefile.local
19
/TAGS
20
/aclocal.m4
21
/autom4te.cache
22
/autotools/install-sh
23
/autotools/missing
24
/autotools/py-compile
25
/autotools/replace_vars.sed
26
/config.log
27
/config.status
28
/configure
29
/epydoc.conf
30
/ganeti
31
/stamp-srclinks
32
/stamp-directories
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
# htest
85
/htest/hail
86
/htest/hbal
87
/htest/hcheck
88
/htest/hinfo
89
/htest/hscan
90
/htest/hspace
91

    
92
# tools
93
/tools/kvm-ifup
94
/tools/ensure-dirs
95

    
96
# scripts
97
/scripts/gnt-backup
98
/scripts/gnt-cluster
99
/scripts/gnt-debug
100
/scripts/gnt-group
101
/scripts/gnt-instance
102
/scripts/gnt-job
103
/scripts/gnt-node
104
/scripts/gnt-os
105

    
106
# htools-specific rules
107
/htools/apidoc
108
/htools/.hpc
109
/htools/coverage
110

    
111
/htools/htools
112
/htools/hconfd
113
/htest/hpc-htools
114
/htest/test
115
/htools/*.prof*
116
/htools/*.stat
117
/htools/*.tix
118
/htest/*.prof*
119
/htest/*.stat
120
/htest/*.tix
121
/.hpc/
122
/*.tix
123

    
124
/htools/Ganeti/HTools/Version.hs
125
/htools/Ganeti/Constants.hs