Skip to content
Snippets Groups Projects
.gitignore 683 B
Newer Older
Iustin Pop's avatar
Iustin Pop committed
# 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
Iustin Pop's avatar
Iustin Pop committed
/config.log
/config.status
/configure
/ganeti
Iustin Pop's avatar
Iustin Pop committed
/stamp-directories
Iustin Pop's avatar
Iustin Pop committed
/*.patch
/*.tar.bz2
/*.tar.gz

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

# doc
Iustin Pop's avatar
Iustin Pop committed
/doc/api
Iustin Pop's avatar
Iustin Pop committed
/doc/*.html
/doc/*.in
/doc/*.pdf
/doc/*.png
Iustin Pop's avatar
Iustin Pop committed
/doc/rapi-resources.sgml
Iustin Pop's avatar
Iustin Pop committed

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

# lib
/lib/_autoconf.py

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