Skip to content
Snippets Groups Projects
.gitignore 2.07 KiB
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
*~
Iustin Pop's avatar
Iustin Pop committed
*.tix
*.prof
*.stat
.hpc/
Iustin Pop's avatar
Iustin Pop committed

# /
/Makefile
/Makefile.in
Iustin Pop's avatar
Iustin Pop committed
/TAGS
/aclocal.m4
/autom4te.cache
/autotools/install-sh
/autotools/missing
/autotools/py-compile
Iustin Pop's avatar
Iustin Pop committed
/autotools/replace_vars.sed
/autotools/shell-env-init
Iustin Pop's avatar
Iustin Pop committed
/config.log
/config.status
/configure
Iustin Pop's avatar
Iustin Pop committed
/ganeti
/vcs-version
Iustin Pop's avatar
Iustin Pop committed
/*.patch
/*.tar.bz2
/*.tar.gz
/ganeti-[0-9]*.[0-9]*.[0-9]*
Iustin Pop's avatar
Iustin Pop committed

/daemons/ganeti-cleaner
/daemons/ganeti-masterd
/daemons/ganeti-noded
/daemons/ganeti-rapi
/daemons/ganeti-watcher
Iustin Pop's avatar
Iustin Pop committed
# doc
/doc/api/
/doc/coverage/
/doc/install-quick.rst
/doc/news.rst
/doc/hs-lint.html
/doc/manpages-enabled.rst
/doc/man-*.rst
Iustin Pop's avatar
Iustin Pop committed

# doc/examples
Iustin Pop's avatar
Iustin Pop committed
/doc/examples/bash_completion
/doc/examples/bash_completion-debug
Iustin Pop's avatar
Iustin Pop committed
/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
Iustin Pop's avatar
Iustin Pop committed
/doc/examples/gnt-config-backup
/doc/examples/hooks/ipsec
Iustin Pop's avatar
Iustin Pop committed

# lib
/lib/_autoconf.py
/lib/_vcsversion.py
/lib/_generated_rpc.py
Iustin Pop's avatar
Iustin Pop committed

# man
/man/*.[0-9]
Iustin Pop's avatar
Iustin Pop committed
/man/*.in
# test/hs
/test/hs/hail
/test/hs/hbal
/test/hs/hcheck
/test/hs/hinfo
/test/hs/hroller
/test/hs/hscan
/test/hs/hspace
/test/hs/hpc-htools
/test/hs/hpc-mon-collector
Iustin Pop's avatar
Iustin Pop committed
/test/hs/htest
# tools
/tools/kvm-ifup
/tools/burnin
/tools/ensure-dirs
/tools/vcluster-setup
/tools/node-cleanup
/tools/node-daemon-setup
/tools/prepare-node-join
/scripts/gnt-backup
/scripts/gnt-cluster
/scripts/gnt-debug
/scripts/gnt-group
/scripts/gnt-instance
/scripts/gnt-job
/scripts/gnt-node
/scripts/gnt-os
/scripts/gnt-network
/scripts/gnt-storage
Iustin Pop's avatar
Iustin Pop committed
# haskell-specific rules
/src/mon-collector
/src/htools
/src/hconfd
/src/ganeti-confd
/src/rpc-test
Iustin Pop's avatar
Iustin Pop committed
# automatically-built Haskell files
/src/Ganeti/Constants.hs
/src/Ganeti/Version.hs
/test/hs/Test/Ganeti/TestImports.hs