Integrate htools's gitignore in top-level one
[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 *.o
12 *.hi
13 *.hp
14 .dir
15
16 # /
17 /Makefile
18 /Makefile.in
19 /Makefile.local
20 /TAGS
21 /aclocal.m4
22 /autom4te.cache
23 /autotools/install-sh
24 /autotools/missing
25 /autotools/py-compile
26 /autotools/replace_vars.sed
27 /config.log
28 /config.status
29 /configure
30 /epydoc.conf
31 /ganeti
32 /stamp-srclinks
33 /vcs-version
34 /*.patch
35 /*.tar.bz2
36 /*.tar.gz
37 /ganeti-[0-9]*.[0-9]*.[0-9]*
38
39 # daemons
40 /daemons/daemon-util
41 /daemons/ensure-dirs
42 /daemons/ganeti-cleaner
43 /daemons/ganeti-confd
44 /daemons/ganeti-masterd
45 /daemons/ganeti-noded
46 /daemons/ganeti-rapi
47 /daemons/ganeti-watcher
48
49 # devel
50 /devel/clean-cluster
51 /devel/upload
52
53 # doc
54 /doc/api
55 /doc/build
56 /doc/coverage
57 /doc/html
58 /doc/install-quick.rst
59 /doc/news.rst
60 /doc/upgrade.rst
61 /doc/*.in
62 /doc/*.png
63
64 # doc/examples
65 /doc/examples/bash_completion
66 /doc/examples/ganeti.cron
67 /doc/examples/ganeti.initd
68 /doc/examples/ganeti-kvm-poweroff.initd
69 /doc/examples/gnt-config-backup
70 /doc/examples/hooks/ipsec
71
72 # lib
73 /lib/_autoconf.py
74
75 # man
76 /man/*.[0-9]
77 /man/*.html
78 /man/*.in
79 /man/*.gen
80 /man/footer.man
81
82 # tools
83 /tools/kvm-ifup
84
85 # scripts
86 /scripts/gnt-backup
87 /scripts/gnt-cluster
88 /scripts/gnt-debug
89 /scripts/gnt-group
90 /scripts/gnt-instance
91 /scripts/gnt-job
92 /scripts/gnt-node
93 /scripts/gnt-os
94
95 # htools-specific rules
96 /htools/apidoc
97 /htools/.hpc
98 /htools/coverage
99
100 /htools/hbal
101 /htools/hscan
102 /htools/hail
103 /htools/hspace
104 /htools/test
105 /htools/*.prof*
106 /htools/*.stat
107 /htools/*.tix
108
109 /htools/Ganeti/HTools/Version.hs