X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/d5fe5fa91bf6e2f152ac348bc29805d5c064f0b6..48616625d572668b0ce762ff47af871d1a84f55b:/.gitignore diff --git a/.gitignore b/.gitignore index e9b9404..b4e115c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,10 @@ *.o *.hi *.hp +*.tix +*.prof +*.stat +.hpc/ # / /Makefile @@ -45,20 +49,17 @@ /daemons/ganeti-rapi /daemons/ganeti-watcher -# devel -/devel/clean-cluster - # doc /doc/api/ -/doc/build /doc/coverage/ -/doc/html +/doc/html/ +/doc/man-html/ /doc/install-quick.rst /doc/news.rst /doc/upgrade.rst /doc/hs-lint.html -/doc/*.in -/doc/*.png +/doc/manpages-enabled.rst +/doc/man-*.rst # doc/examples /doc/examples/bash_completion @@ -81,18 +82,22 @@ /man/*.html /man/*.in /man/*.gen -/man/footer.man -# htest -/htest/hail -/htest/hbal -/htest/hcheck -/htest/hinfo -/htest/hscan -/htest/hspace +# test/hs +/test/hs/hail +/test/hs/hbal +/test/hs/hcheck +/test/hs/hinfo +/test/hs/hroller +/test/hs/hscan +/test/hs/hspace +/test/hs/hpc-htools +/test/hs/hpc-mon-collector +/test/hs/htest # tools /tools/kvm-ifup +/tools/burnin /tools/ensure-dirs /tools/vcluster-setup /tools/node-cleanup @@ -109,27 +114,16 @@ /scripts/gnt-node /scripts/gnt-os /scripts/gnt-network +/scripts/gnt-storage -# htools-specific rules -/htools/apidoc -/htools/.hpc -/htools/coverage - -/htools/htools -/htools/hconfd -/htools/ganeti-confd -/htools/rpc-test -/htest/hpc-htools -/htest/test -/htools/*.prof* -/htools/*.stat -/htools/*.tix -/htest/*.prof* -/htest/*.stat -/htest/*.tix -/.hpc/ -/*.tix +# haskell-specific rules +/src/mon-collector +/src/htools +/src/hconfd +/src/ganeti-confd +/src/rpc-test -/htools/Ganeti/Constants.hs -/htools/Ganeti/Version.hs -/htest/Test/Ganeti/TestImports.hs +# automatically-built Haskell files +/src/Ganeti/Constants.hs +/src/Ganeti/Version.hs +/test/hs/Test/Ganeti/TestImports.hs