Revert "Network and address pool"
[ganeti-local] / .gitignore
index d27ccf0..e9b9404 100644 (file)
@@ -8,7 +8,9 @@
 *.py[co]
 *.swp
 *~
-.dir
+*.o
+*.hi
+*.hp
 
 # /
 /Makefile
 /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
@@ -34,9 +39,7 @@
 
 # daemons
 /daemons/daemon-util
-/daemons/ensure-dirs
 /daemons/ganeti-cleaner
-/daemons/ganeti-confd
 /daemons/ganeti-masterd
 /daemons/ganeti-noded
 /daemons/ganeti-rapi
 
 # devel
 /devel/clean-cluster
-/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
 
 # 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/ganeti-master-role.ocf
+/doc/examples/ganeti-node-role.ocf
 /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
+/tools/node-cleanup
+/tools/node-daemon-setup
+/tools/prepare-node-join
+
 # scripts
 /scripts/gnt-backup
 /scripts/gnt-cluster
 /scripts/gnt-job
 /scripts/gnt-node
 /scripts/gnt-os
+/scripts/gnt-network
+
+# 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