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