Move hlint rule to the main Makefile
[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/py-apidoc/
55 /doc/hs-apidoc/
56 /doc/build
57 /doc/py-coverage/
58 /doc/hs-coverage/
59 /doc/html
60 /doc/install-quick.rst
61 /doc/news.rst
62 /doc/upgrade.rst
63 /doc/hs-lint.html
64 /doc/*.in
65 /doc/*.png
66
67 # doc/examples
68 /doc/examples/bash_completion
69 /doc/examples/ganeti.cron
70 /doc/examples/ganeti.initd
71 /doc/examples/ganeti-kvm-poweroff.initd
72 /doc/examples/gnt-config-backup
73 /doc/examples/hooks/ipsec
74
75 # lib
76 /lib/_autoconf.py
77
78 # man
79 /man/*.[0-9]
80 /man/*.html
81 /man/*.in
82 /man/*.gen
83 /man/footer.man
84
85 # tools
86 /tools/kvm-ifup
87
88 # scripts
89 /scripts/gnt-backup
90 /scripts/gnt-cluster
91 /scripts/gnt-debug
92 /scripts/gnt-group
93 /scripts/gnt-instance
94 /scripts/gnt-job
95 /scripts/gnt-node
96 /scripts/gnt-os
97
98 # htools-specific rules
99 /htools/apidoc
100 /htools/.hpc
101 /htools/coverage
102
103 /htools/hbal
104 /htools/hscan
105 /htools/hail
106 /htools/hspace
107 /htools/test
108 /htools/*.prof*
109 /htools/*.stat
110 /htools/*.tix
111 /.hpc/
112
113 /htools/Ganeti/HTools/Version.hs