Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ f774bd03

History | View | Annotate | Download (1.3 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
.dir
12

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

    
36
# daemons
37
/daemons/daemon-util
38
/daemons/ensure-dirs
39
/daemons/ganeti-cleaner
40
/daemons/ganeti-confd
41
/daemons/ganeti-masterd
42
/daemons/ganeti-noded
43
/daemons/ganeti-rapi
44
/daemons/ganeti-watcher
45

    
46
# devel
47
/devel/clean-cluster
48
/devel/upload
49

    
50
# doc
51
/doc/api
52
/doc/build
53
/doc/coverage
54
/doc/html
55
/doc/install-quick.rst
56
/doc/news.rst
57
/doc/upgrade.rst
58
/doc/*.in
59
/doc/*.png
60

    
61
# doc/examples
62
/doc/examples/bash_completion
63
/doc/examples/ganeti.cron
64
/doc/examples/ganeti.initd
65
/doc/examples/ganeti-kvm-poweroff.initd
66
/doc/examples/gnt-config-backup
67
/doc/examples/hooks/ipsec
68

    
69
# lib
70
/lib/_autoconf.py
71

    
72
# man
73
/man/*.[0-9]
74
/man/*.html
75
/man/*.in
76
/man/footer.man
77

    
78
# tools
79
/tools/kvm-ifup
80

    
81
# scripts
82
/scripts/gnt-backup
83
/scripts/gnt-cluster
84
/scripts/gnt-debug
85
/scripts/gnt-group
86
/scripts/gnt-instance
87
/scripts/gnt-job
88
/scripts/gnt-node
89
/scripts/gnt-os