Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 27e336af

History | View | Annotate | Download (945 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/ganeti-cleaner
36

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

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

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

    
58
# lib
59
/lib/_autoconf.py
60

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