Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ dc458d00

History | View | Annotate | Download (711 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
/autotools/replace_vars.sed
20
/config.log
21
/config.status
22
/configure
23
/ganeti
24
/stamp-directories
25
/*.patch
26
/*.tar.bz2
27
/*.tar.gz
28

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

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

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

    
45
# lib
46
/lib/_autoconf.py
47

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