Move ganeti-noded to ganeti.server.noded
[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 .dir
12
13 # /
14 /Makefile
15 /Makefile.in
16 /Makefile.local
17 /TAGS
18 /aclocal.m4
19 /autom4te.cache
20 /autotools/install-sh
21 /autotools/missing
22 /autotools/py-compile
23 /autotools/replace_vars.sed
24 /config.log
25 /config.status
26 /configure
27 /ganeti
28 /stamp-srclinks
29 /vcs-version
30 /*.patch
31 /*.tar.bz2
32 /*.tar.gz
33 /ganeti-[0-9]*.[0-9]*.[0-9]*
34
35 # daemons
36 /daemons/daemon-util
37 /daemons/ensure-dirs
38 /daemons/ganeti-cleaner
39 /daemons/ganeti-confd
40 /daemons/ganeti-masterd
41 /daemons/ganeti-noded
42 /daemons/ganeti-watcher
43
44 # devel
45 /devel/clean-cluster
46 /devel/upload
47
48 # doc
49 /doc/api
50 /doc/build
51 /doc/coverage
52 /doc/html
53 /doc/install-quick.rst
54 /doc/news.rst
55 /doc/*.in
56 /doc/*.png
57
58 # doc/examples
59 /doc/examples/bash_completion
60 /doc/examples/ganeti.cron
61 /doc/examples/ganeti.initd
62 /doc/examples/gnt-config-backup
63 /doc/examples/hooks/ipsec
64
65 # lib
66 /lib/_autoconf.py
67
68 # man
69 /man/*.[0-9]
70 /man/*.html
71 /man/*.in
72
73 # scripts
74 /scripts/gnt-backup
75 /scripts/gnt-cluster
76 /scripts/gnt-debug
77 /scripts/gnt-instance
78 /scripts/gnt-job
79 /scripts/gnt-node
80 /scripts/gnt-os