X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/7b695a0d7b0c0c3d02a95a67c147e7dfb8884500..ded769c13a6a2ed8f40dbce9e73f7245af9409c4:/.gitignore diff --git a/.gitignore b/.gitignore index 3073a5c..3d5cb0f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,6 @@ *.o *.hi *.hp -.dir # / /Makefile @@ -24,12 +23,14 @@ /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 @@ -39,7 +40,6 @@ # daemons /daemons/daemon-util /daemons/ganeti-cleaner -/daemons/ganeti-confd /daemons/ganeti-masterd /daemons/ganeti-noded /daemons/ganeti-rapi @@ -63,6 +63,7 @@ # 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 @@ -71,6 +72,8 @@ # lib /lib/_autoconf.py +/lib/_vcsversion.py +/lib/_generated_rpc.py # man /man/*.[0-9] @@ -79,9 +82,18 @@ /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 @@ -98,13 +110,21 @@ /htools/.hpc /htools/coverage -/htools/hspace /htools/htools -/htools/test +/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/HTools/Version.hs /htools/Ganeti/Constants.hs +/htools/Ganeti/Version.hs +/htest/Test/Ganeti/TestImports.hs