Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 46a8da3b

History | View | Annotate | Download (966 Bytes)

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

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

    
33
# daemons
34
/daemons/daemon-util
35
/daemons/ensure-dirs
36
/daemons/ganeti-cleaner
37

    
38
# devel
39
/devel/clean-cluster
40
/devel/upload
41

    
42
# doc
43
/doc/api
44
/doc/build
45
/doc/coverage
46
/doc/html
47
/doc/install-quick.rst
48
/doc/news.rst
49
/doc/*.in
50
/doc/*.png
51

    
52
# doc/examples
53
/doc/examples/bash_completion
54
/doc/examples/ganeti.cron
55
/doc/examples/ganeti.initd
56
/doc/examples/gnt-config-backup
57
/doc/examples/hooks/ipsec
58

    
59
# lib
60
/lib/_autoconf.py
61

    
62
# man
63
/man/*.[0-9]
64
/man/*.html
65
/man/*.in