Revert "Add temporary dir/file for htools import"
[ganeti-local] / .gitignore
index a85cb49..35b9a9f 100644 (file)
@@ -1,24 +1,90 @@
-apidoc
-
-*.o
-*.patch
-*.diff
-*.hi
-*.hp
-*.ps
-
-TAGS
-README.html
-NEWS.html
-
-hn1
-hbal
-hscan
-*.prof*
-*.stat
-
-version
-Version.hs
-
-htools-*.tar.gz
-htools-*.tar.gz.asc
+# Lines that start with '#' are comments.
+# For a project mostly in C, the following would be a good set of
+# exclude patterns (uncomment them if you want to use them):
+# *.[oa]
+# *~
+
+# global ignores
+*.py[co]
+*.swp
+*~
+.dir
+
+# /
+/Makefile
+/Makefile.in
+/Makefile.local
+/TAGS
+/aclocal.m4
+/autom4te.cache
+/autotools/install-sh
+/autotools/missing
+/autotools/py-compile
+/autotools/replace_vars.sed
+/config.log
+/config.status
+/configure
+/epydoc.conf
+/ganeti
+/stamp-srclinks
+/vcs-version
+/*.patch
+/*.tar.bz2
+/*.tar.gz
+/ganeti-[0-9]*.[0-9]*.[0-9]*
+
+# daemons
+/daemons/daemon-util
+/daemons/ensure-dirs
+/daemons/ganeti-cleaner
+/daemons/ganeti-confd
+/daemons/ganeti-masterd
+/daemons/ganeti-noded
+/daemons/ganeti-rapi
+/daemons/ganeti-watcher
+
+# devel
+/devel/clean-cluster
+/devel/upload
+
+# doc
+/doc/api
+/doc/build
+/doc/coverage
+/doc/html
+/doc/install-quick.rst
+/doc/news.rst
+/doc/upgrade.rst
+/doc/*.in
+/doc/*.png
+
+# doc/examples
+/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
+
+# man
+/man/*.[0-9]
+/man/*.html
+/man/*.in
+/man/*.gen
+/man/footer.man
+
+# tools
+/tools/kvm-ifup
+
+# 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