Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 8b3fd458

History | View | Annotate | Download (620 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
17
/config.log
18
/config.status
19
/configure
20
/ganeti
21
/stamp-directories
22
/*.patch
23
/*.tar.bz2
24
/*.tar.gz
25

    
26
# devel
27
/devel/clean-cluster
28
/devel/upload
29

    
30
# doc
31
/doc/api
32
/doc/*.html
33
/doc/*.in
34
/doc/*.pdf
35
/doc/rapi-resources.sgml
36

    
37
# doc/examples
38
/doc/examples/ganeti.cron
39
/doc/examples/ganeti.initd
40

    
41
# lib
42
/lib/_autoconf.py
43

    
44
# man
45
/man/*.[0-9]
46
/man/*.in