Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 29386d3e

History | View | Annotate | Download (1.9 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/bash_completion-debug
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
# htest
86
/htest/hail
87
/htest/hbal
88
/htest/hcheck
89
/htest/hinfo
90
/htest/hscan
91
/htest/hspace
92

    
93
# tools
94
/tools/kvm-ifup
95
/tools/ensure-dirs
96
/tools/vcluster-setup
97

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

    
108
# htools-specific rules
109
/htools/apidoc
110
/htools/.hpc
111
/htools/coverage
112

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

    
126
/htools/Ganeti/Constants.hs
127
/htools/Ganeti/Version.hs
128
/htest/Test/Ganeti/TestImports.hs