Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ ae59efea

History | View | Annotate | Download (683 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

    
10
# /
11
/Makefile
12
/Makefile.in
13
/TAGS
14
/aclocal.m4
15
/autom4te.cache
16
/autotools/install-sh
17
/autotools/missing
18
/autotools/py-compile
19
/config.log
20
/config.status
21
/configure
22
/ganeti
23
/stamp-directories
24
/*.patch
25
/*.tar.bz2
26
/*.tar.gz
27

    
28
# devel
29
/devel/clean-cluster
30
/devel/upload
31

    
32
# doc
33
/doc/api
34
/doc/*.html
35
/doc/*.in
36
/doc/*.pdf
37
/doc/*.png
38
/doc/rapi-resources.sgml
39

    
40
# doc/examples
41
/doc/examples/ganeti.cron
42
/doc/examples/ganeti.initd
43

    
44
# lib
45
/lib/_autoconf.py
46

    
47
# man
48
/man/*.[0-9]
49
/man/*.in