Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 2237687b

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
/ganeti
28
/stamp-srclinks
29
/vcs-version
30
/*.patch
31
/*.tar.bz2
32
/*.tar.gz
33
/ganeti-[0-9]*.[0-9]*.[0-9]*
34

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

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

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

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

    
68
# lib
69
/lib/_autoconf.py
70

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

    
77
# scripts
78
/scripts/gnt-backup
79
/scripts/gnt-cluster
80
/scripts/gnt-debug
81
/scripts/gnt-group
82
/scripts/gnt-instance
83
/scripts/gnt-job
84
/scripts/gnt-node
85
/scripts/gnt-os