X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/3695a4e0ec7185155328aa485267e859ef5e6352..d48c944b70160db86301a10fa37688c39449ea50:/.gitignore diff --git a/.gitignore b/.gitignore index e7bf755..05905f4 100644 --- a/.gitignore +++ b/.gitignore @@ -62,12 +62,16 @@ /doc/hs-lint.html /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 @@ -75,9 +79,10 @@ /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] @@ -104,6 +109,8 @@ /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 @@ -125,13 +132,17 @@ /src/htools /src/hconfd /src/hluxid +/src/hs2py +/src/hs2py-constants /src/ganeti-confd /src/ganeti-luxid /src/ganeti-mond /src/rpc-test # automatically-built Haskell files -/src/Ganeti/Constants.hs +/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