Move gnt-node to ganeti.client.gnt_node
[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 /Makefile.local
16 /TAGS
17 /aclocal.m4
18 /autom4te.cache
19 /autotools/install-sh
20 /autotools/missing
21 /autotools/py-compile
22 /autotools/replace_vars.sed
23 /config.log
24 /config.status
25 /configure
26 /ganeti
27 /stamp-directories
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
40 # devel
41 /devel/clean-cluster
42 /devel/upload
43
44 # doc
45 /doc/api
46 /doc/build
47 /doc/coverage
48 /doc/html
49 /doc/install-quick.rst
50 /doc/news.rst
51 /doc/*.in
52 /doc/*.png
53
54 # doc/examples
55 /doc/examples/bash_completion
56 /doc/examples/ganeti.cron
57 /doc/examples/ganeti.initd
58 /doc/examples/gnt-config-backup
59 /doc/examples/hooks/ipsec
60
61 # lib
62 /lib/_autoconf.py
63
64 # man
65 /man/*.[0-9]
66 /man/*.html
67 /man/*.in
68
69 # scripts
70 /scripts/gnt-cluster
71 /scripts/gnt-debug
72 /scripts/gnt-node
73 /scripts/gnt-os