Hs2Py constants: add remaining '_autoconf.*' constants
[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 *.tix
15 *.prof
16 *.stat
17 .hpc/
18
19 # /
20 /Makefile
21 /Makefile.in
22 /Makefile.local
23 /TAGS
24 /aclocal.m4
25 /autom4te.cache
26 /autotools/install-sh
27 /autotools/missing
28 /autotools/py-compile
29 /autotools/replace_vars.sed
30 /autotools/shell-env-init
31 /config.log
32 /config.status
33 /configure
34 /devel/squeeze-amd64.tar.gz
35 /devel/squeeze-amd64.conf
36 /epydoc.conf
37 /ganeti
38 /stamp-srclinks
39 /stamp-directories
40 /vcs-version
41 /*.patch
42 /*.tar.bz2
43 /*.tar.gz
44 /ganeti-[0-9]*.[0-9]*.[0-9]*
45
46 # daemons
47 /daemons/daemon-util
48 /daemons/ganeti-cleaner
49 /daemons/ganeti-masterd
50 /daemons/ganeti-noded
51 /daemons/ganeti-rapi
52 /daemons/ganeti-watcher
53
54 # doc
55 /doc/api/
56 /doc/coverage/
57 /doc/html/
58 /doc/man-html/
59 /doc/install-quick.rst
60 /doc/news.rst
61 /doc/upgrade.rst
62 /doc/hs-lint.html
63 /doc/manpages-enabled.rst
64 /doc/man-*.rst
65 /doc/users/groupmemberships
66 /doc/users/groups
67 /doc/users/users
68
69 # doc/examples
70 /doc/examples/bash_completion
71 /doc/examples/bash_completion-debug
72 /doc/examples/ganeti.cron
73 /doc/examples/ganeti.initd
74 /doc/examples/ganeti.logrotate
75 /doc/examples/ganeti-kvm-poweroff.initd
76 /doc/examples/ganeti-master-role.ocf
77 /doc/examples/ganeti-node-role.ocf
78 /doc/examples/gnt-config-backup
79 /doc/examples/hooks/ipsec
80
81 # lib
82 /lib/_autoconf.py
83 /lib/_constants.py
84 /lib/_vcsversion.py
85 /lib/_generated_rpc.py
86 /lib/opcodes.py
87
88 # man
89 /man/*.[0-9]
90 /man/*.html
91 /man/*.in
92 /man/*.gen
93
94 # test/hs
95 /test/hs/hail
96 /test/hs/harep
97 /test/hs/hbal
98 /test/hs/hcheck
99 /test/hs/hinfo
100 /test/hs/hroller
101 /test/hs/hscan
102 /test/hs/hspace
103 /test/hs/hpc-htools
104 /test/hs/hpc-mon-collector
105 /test/hs/htest
106
107 # tools
108 /tools/kvm-ifup
109 /tools/burnin
110 /tools/ensure-dirs
111 /tools/users-setup
112 /tools/vcluster-setup
113 /tools/vif-ganeti
114 /tools/net-common
115 /tools/node-cleanup
116 /tools/node-daemon-setup
117 /tools/prepare-node-join
118
119 # scripts
120 /scripts/gnt-backup
121 /scripts/gnt-cluster
122 /scripts/gnt-debug
123 /scripts/gnt-group
124 /scripts/gnt-instance
125 /scripts/gnt-job
126 /scripts/gnt-node
127 /scripts/gnt-os
128 /scripts/gnt-network
129 /scripts/gnt-storage
130
131 # haskell-specific rules
132 /src/mon-collector
133 /src/htools
134 /src/hconfd
135 /src/hluxid
136 /src/hs2py
137 /src/hs2py-constants
138 /src/ganeti-confd
139 /src/ganeti-luxid
140 /src/ganeti-mond
141 /src/rpc-test
142
143 # automatically-built Haskell files
144 /src/AutoConf.hs
145 /src/Ganeti/Curl/Internal.hs
146 /src/Ganeti/Hs2Py/ListConstants.hs
147 /src/Ganeti/PyConstants.hs
148 /src/Ganeti/Version.hs
149 /test/hs/Test/Ganeti/TestImports.hs