Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 350ecfec

History | View | Annotate | Download (836 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
/Makefile
13
/Makefile.in
14
/TAGS
15
/aclocal.m4
16
/autom4te.cache
17
/autotools/install-sh
18
/autotools/missing
19
/autotools/py-compile
20
/autotools/replace_vars.sed
21
/config.log
22
/config.status
23
/configure
24
/ganeti
25
/stamp-directories
26
/*.patch
27
/*.tar.bz2
28
/*.tar.gz
29
/ganeti-[0-9]*.[0-9]*.[0-9]*
30

    
31
# daemons
32
/daemons/ganeti-cleaner
33

    
34
# devel
35
/devel/clean-cluster
36
/devel/upload
37

    
38
# doc
39
/doc/api
40
/doc/build
41
/doc/html
42
/doc/news.rst
43
/doc/*.in
44
/doc/*.png
45

    
46
# doc/examples
47
/doc/examples/bash_completion
48
/doc/examples/ganeti.cron
49
/doc/examples/ganeti.initd
50
/doc/examples/hooks/ipsec
51

    
52
# lib
53
/lib/_autoconf.py
54

    
55
# man
56
/man/*.[0-9]
57
/man/*.html
58
/man/*.in