X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/d9c82a4e0d2c2b3dec1b44e97978274171e9ffb4..1251817b77befa644217682806c5aa226c1adf50:/.gitignore diff --git a/.gitignore b/.gitignore index 7207b49..8631a91 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,9 @@ *.py[co] *.swp *~ +*.o +*.hi +*.hp .dir # / @@ -24,6 +27,7 @@ /config.log /config.status /configure +/epydoc.conf /ganeti /stamp-srclinks /vcs-version @@ -34,7 +38,6 @@ # daemons /daemons/daemon-util -/daemons/ensure-dirs /daemons/ganeti-cleaner /daemons/ganeti-confd /daemons/ganeti-masterd @@ -47,12 +50,14 @@ /devel/upload # doc -/doc/api +/doc/api/ /doc/build -/doc/coverage +/doc/coverage/ /doc/html /doc/install-quick.rst /doc/news.rst +/doc/upgrade.rst +/doc/hs-lint.html /doc/*.in /doc/*.png @@ -60,22 +65,58 @@ /doc/examples/bash_completion /doc/examples/ganeti.cron /doc/examples/ganeti.initd +/doc/examples/ganeti-kvm-poweroff.initd /doc/examples/gnt-config-backup /doc/examples/hooks/ipsec # lib /lib/_autoconf.py +/lib/_vcsversion.py +/lib/_generated_rpc.py # man /man/*.[0-9] /man/*.html /man/*.in +/man/*.gen +/man/footer.man + +# test +/test/hail +/test/hbal +/test/hcheck +/test/hinfo +/test/hscan +/test/hspace + +# tools +/tools/kvm-ifup +/tools/ensure-dirs # scripts /scripts/gnt-backup /scripts/gnt-cluster /scripts/gnt-debug +/scripts/gnt-group /scripts/gnt-instance /scripts/gnt-job /scripts/gnt-node /scripts/gnt-os + +# htools-specific rules +/htools/apidoc +/htools/.hpc +/htools/coverage + +/htools/htools +/htools/hconfd +/htools/hpc-htools +/htools/test +/htools/*.prof* +/htools/*.stat +/htools/*.tix +/.hpc/ +/*.tix + +/htools/Ganeti/HTools/Version.hs +/htools/Ganeti/Constants.hs