Remove the KVM_MIGRATION_PORT configure.ac param
[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 # /
13 /Makefile
14 /Makefile.in
15 /TAGS
16 /aclocal.m4
17 /autom4te.cache
18 /autotools/install-sh
19 /autotools/missing
20 /autotools/py-compile
21 /autotools/replace_vars.sed
22 /config.log
23 /config.status
24 /configure
25 /ganeti
26 /stamp-directories
27 /stamp-srclinks
28 /*.patch
29 /*.tar.bz2
30 /*.tar.gz
31 /ganeti-[0-9]*.[0-9]*.[0-9]*
32
33 # daemons
34 /daemons/daemon-util
35 /daemons/ganeti-cleaner
36
37 # devel
38 /devel/clean-cluster
39 /devel/upload
40
41 # doc
42 /doc/api
43 /doc/build
44 /doc/html
45 /doc/news.rst
46 /doc/*.in
47 /doc/*.png
48
49 # doc/examples
50 /doc/examples/bash_completion
51 /doc/examples/ganeti.cron
52 /doc/examples/ganeti.initd
53 /doc/examples/gnt-config-backup
54 /doc/examples/hooks/ipsec
55
56 # lib
57 /lib/_autoconf.py
58
59 # man
60 /man/*.[0-9]
61 /man/*.html
62 /man/*.in