Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 9f4bb951

History | View | Annotate | Download (1.1 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-watcher
40

    
41
# devel
42
/devel/clean-cluster
43
/devel/upload
44

    
45
# doc
46
/doc/api
47
/doc/build
48
/doc/coverage
49
/doc/html
50
/doc/install-quick.rst
51
/doc/news.rst
52
/doc/*.in
53
/doc/*.png
54

    
55
# doc/examples
56
/doc/examples/bash_completion
57
/doc/examples/ganeti.cron
58
/doc/examples/ganeti.initd
59
/doc/examples/gnt-config-backup
60
/doc/examples/hooks/ipsec
61

    
62
# lib
63
/lib/_autoconf.py
64

    
65
# man
66
/man/*.[0-9]
67
/man/*.html
68
/man/*.in
69

    
70
# scripts
71
/scripts/gnt-backup
72
/scripts/gnt-cluster
73
/scripts/gnt-debug
74
/scripts/gnt-instance
75
/scripts/gnt-job
76
/scripts/gnt-node
77
/scripts/gnt-os