X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/053976f3364a147bf57f734f7d443f79541bf5d5..4a52945f6dc42c92c41e18911144f04d6b8f1540:/.gitignore diff --git a/.gitignore b/.gitignore index fc50e89..be68d6f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,10 @@ *.o *.hi *.hp +*.tix +*.prof +*.stat +.hpc/ # / /Makefile @@ -27,6 +31,8 @@ /config.log /config.status /configure +/devel/squeeze-amd64.tar.gz +/devel/squeeze-amd64.conf /epydoc.conf /ganeti /stamp-srclinks @@ -45,26 +51,24 @@ /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 /doc/examples/bash_completion-debug /doc/examples/ganeti.cron /doc/examples/ganeti.initd +/doc/examples/ganeti.logrotate /doc/examples/ganeti-kvm-poweroff.initd /doc/examples/ganeti-master-role.ocf /doc/examples/ganeti-node-role.ocf @@ -81,20 +85,25 @@ /man/*.html /man/*.in /man/*.gen -/man/footer.man -# htest -/htest/hail -/htest/hbal -/htest/hcheck -/htest/hinfo -/htest/hroller -/htest/hscan -/htest/hspace +# test/hs +/test/hs/hail +/test/hs/harep +/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/users-setup /tools/vcluster-setup /tools/node-cleanup /tools/node-daemon-setup @@ -110,29 +119,20 @@ /scripts/gnt-node /scripts/gnt-os /scripts/gnt-network +/scripts/gnt-storage -# htools-specific rules -/htools/apidoc -/htools/.hpc -/htools/coverage - -/htools/mon-collector -/htools/htools -/htools/hconfd -/htools/ganeti-confd -/htools/rpc-test -/htest/hpc-htools -/htest/hpc-mon-collector -/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/hluxid +/src/ganeti-confd +/src/ganeti-luxid +/src/ganeti-mond +/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/Curl/Internal.hs +/src/Ganeti/Version.hs +/test/hs/Test/Ganeti/TestImports.hs