X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/201b6c34c245ce0ad7d60240212f068755d01e72..6c00b2c7299133153f8370d2db1ca3c12bea4402:/.gitignore diff --git a/.gitignore b/.gitignore index fa3b3d7..05905f4 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,10 @@ *.o *.hi *.hp -.dir +*.tix +*.prof +*.stat +.hpc/ # / /Makefile @@ -24,12 +27,16 @@ /autotools/missing /autotools/py-compile /autotools/replace_vars.sed +/autotools/shell-env-init /config.log /config.status /configure +/devel/squeeze-amd64.tar.gz +/devel/squeeze-amd64.conf /epydoc.conf /ganeti /stamp-srclinks +/stamp-directories /vcs-version /*.patch /*.tar.bz2 @@ -39,49 +46,74 @@ # daemons /daemons/daemon-util /daemons/ganeti-cleaner -/daemons/ganeti-confd /daemons/ganeti-masterd /daemons/ganeti-noded /daemons/ganeti-rapi /daemons/ganeti-watcher -# devel -/devel/clean-cluster -/devel/upload - # 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/users/groupmemberships +/doc/users/groups +/doc/users/users # 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 /doc/examples/gnt-config-backup /doc/examples/hooks/ipsec # lib -/lib/_autoconf.py +/lib/_constants.py +/lib/_vcsversion.py +/lib/_generated_rpc.py +/lib/opcodes.py # man /man/*.[0-9] /man/*.html /man/*.in /man/*.gen -/man/footer.man + +# 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/vif-ganeti +/tools/net-common +/tools/node-cleanup +/tools/node-daemon-setup +/tools/prepare-node-join # scripts /scripts/gnt-backup @@ -92,20 +124,25 @@ /scripts/gnt-job /scripts/gnt-node /scripts/gnt-os +/scripts/gnt-network +/scripts/gnt-storage -# htools-specific rules -/htools/apidoc -/htools/.hpc -/htools/coverage - -/htools/hscan -/htools/hspace -/htools/htools -/htools/test -/htools/*.prof* -/htools/*.stat -/htools/*.tix -/.hpc/ +# haskell-specific rules +/src/mon-collector +/src/htools +/src/hconfd +/src/hluxid +/src/hs2py +/src/hs2py-constants +/src/ganeti-confd +/src/ganeti-luxid +/src/ganeti-mond +/src/rpc-test -/htools/Ganeti/HTools/Version.hs -/htools/Ganeti/Constants.hs +# automatically-built Haskell files +/src/AutoConf.hs +/src/Ganeti/Curl/Internal.hs +/src/Ganeti/Hs2Py/ListConstants.hs +/src/Ganeti/PyConstants.hs +/src/Ganeti/Version.hs +/test/hs/Test/Ganeti/TestImports.hs