Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 2958c56e

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
/autotools/shell-env-init
27
/config.log
28
/config.status
29
/configure
30
/epydoc.conf
31
/ganeti
32
/stamp-srclinks
33
/stamp-directories
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-master-cleaner
44
/daemons/ganeti-confd
45
/daemons/ganeti-masterd
46
/daemons/ganeti-noded
47
/daemons/ganeti-rapi
48
/daemons/ganeti-watcher
49

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

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

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

    
75
# lib
76
/lib/_autoconf.py
77
/lib/_vcsversion.py
78
/lib/_generated_rpc.py
79

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

    
87
# htest
88
/htest/hail
89
/htest/hbal
90
/htest/hcheck
91
/htest/hinfo
92
/htest/hscan
93
/htest/hspace
94

    
95
# tools
96
/tools/kvm-ifup
97
/tools/ensure-dirs
98
/tools/vcluster-setup
99

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

    
110
# htools-specific rules
111
/htools/apidoc
112
/htools/.hpc
113
/htools/coverage
114

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

    
128
/htools/Ganeti/Constants.hs
129
/htools/Ganeti/Version.hs
130
/htest/Test/Ganeti/TestImports.hs