Include NEWS in documentation again
[ganeti-local] / .gitignore
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 /stamp-srclinks
27 /*.patch
28 /*.tar.bz2
29 /*.tar.gz
30 /ganeti-[0-9]*.[0-9]*.[0-9]*
31
32 # daemons
33 /daemons/ganeti-cleaner
34
35 # devel
36 /devel/clean-cluster
37 /devel/upload
38
39 # doc
40 /doc/api
41 /doc/build
42 /doc/html
43 /doc/news.rst
44 /doc/*.in
45 /doc/*.png
46
47 # doc/examples
48 /doc/examples/bash_completion
49 /doc/examples/ganeti.cron
50 /doc/examples/ganeti.initd
51 /doc/examples/hooks/ipsec
52
53 # lib
54 /lib/_autoconf.py
55
56 # man
57 /man/*.[0-9]
58 /man/*.html
59 /man/*.in