X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/f29266b4de473210a9925ff61adeb2389d015e49..ded769c13a6a2ed8f40dbce9e73f7245af9409c4:/.gitignore diff --git a/.gitignore b/.gitignore index 11fb23d..3d5cb0f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,10 +6,16 @@ # global ignores *.py[co] +*.swp +*~ +*.o +*.hi +*.hp # / /Makefile /Makefile.in +/Makefile.local /TAGS /aclocal.m4 /autom4te.cache @@ -17,35 +23,108 @@ /autotools/missing /autotools/py-compile /autotools/replace_vars.sed +/autotools/shell-env-init /config.log /config.status /configure +/epydoc.conf /ganeti +/stamp-srclinks /stamp-directories +/vcs-version /*.patch /*.tar.bz2 /*.tar.gz +/ganeti-[0-9]*.[0-9]*.[0-9]* + +# daemons +/daemons/daemon-util +/daemons/ganeti-cleaner +/daemons/ganeti-masterd +/daemons/ganeti-noded +/daemons/ganeti-rapi +/daemons/ganeti-watcher # devel /devel/clean-cluster /devel/upload # doc -/doc/api -/doc/*.html +/doc/api/ +/doc/build +/doc/coverage/ +/doc/html +/doc/install-quick.rst +/doc/news.rst +/doc/upgrade.rst +/doc/hs-lint.html /doc/*.in -/doc/*.pdf /doc/*.png -/doc/rapi-resources.sgml # doc/examples +/doc/examples/bash_completion +/doc/examples/bash_completion-debug /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 + +# htest +/htest/hail +/htest/hbal +/htest/hcheck +/htest/hinfo +/htest/hscan +/htest/hspace + +# tools +/tools/kvm-ifup +/tools/ensure-dirs +/tools/vcluster-setup + +# 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/ganeti-confd +/htools/rpc-test +/htest/hpc-htools +/htest/test +/htools/*.prof* +/htools/*.stat +/htools/*.tix +/htest/*.prof* +/htest/*.stat +/htest/*.tix +/.hpc/ +/*.tix + +/htools/Ganeti/Constants.hs +/htools/Ganeti/Version.hs +/htest/Test/Ganeti/TestImports.hs