Skip to content
Snippets Groups Projects
.gitignore 793 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]
*.swp
Iustin Pop's avatar
Iustin Pop committed

# /
/Makefile
/Makefile.in
/TAGS
/aclocal.m4
/autom4te.cache
/autotools/install-sh
/autotools/missing
/autotools/py-compile
Iustin Pop's avatar
Iustin Pop committed
/autotools/replace_vars.sed
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

# daemons
/daemons/ganeti-cleaner

Iustin Pop's avatar
Iustin Pop committed
# devel
/devel/clean-cluster
/devel/upload

# doc
Iustin Pop's avatar
Iustin Pop committed
/doc/api
/doc/build
/doc/html
Iustin Pop's avatar
Iustin Pop committed
/doc/*.in
/doc/*.png
Iustin Pop's avatar
Iustin Pop committed

# doc/examples
Iustin Pop's avatar
Iustin Pop committed
/doc/examples/bash_completion
Iustin Pop's avatar
Iustin Pop committed
/doc/examples/ganeti.cron
/doc/examples/ganeti.initd
/doc/examples/hooks/ipsec
Iustin Pop's avatar
Iustin Pop committed

# lib
/lib/_autoconf.py

# man
/man/*.[0-9]
Iustin Pop's avatar
Iustin Pop committed
/man/*.in