# 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]

# /
/Makefile
/Makefile.in
/TAGS
/aclocal.m4
/autom4te.cache
/autotools/install-sh
/autotools/missing
/autotools/py-compile
/autotools/replace_vars.sed
/config.log
/config.status
/configure
/ganeti
/stamp-directories
/*.patch
/*.tar.bz2
/*.tar.gz

# devel
/devel/clean-cluster
/devel/upload

# doc
/doc/api
/doc/*.html
/doc/*.in
/doc/*.pdf
/doc/*.png
/doc/rapi-resources.gen

# doc/examples
/doc/examples/bash_completion
/doc/examples/ganeti.cron
/doc/examples/ganeti.initd

# lib
/lib/_autoconf.py

# man
/man/*.[0-9]
/man/*.html
/man/*.in