Skip to content
Snippets Groups Projects
.gitignore 1.3 KiB
Newer Older
Jan Mach's avatar
Jan Mach committed
!.gitignore
.directory
Jan Mach's avatar
Jan Mach committed
*~
Jan Mach's avatar
Jan Mach committed
*.log
Jan Mach's avatar
Jan Mach committed
*.pem
*.cert
*.key
*.gpg
*.tar
*.gz
*.bz2
*.xz
*.tgz
*.tbz2
*.txz
Jan Mach's avatar
Jan Mach committed
*.deb
Jan Mach's avatar
Jan Mach committed

Jan Mach's avatar
Jan Mach committed
# Python related stuff.
Jan Mach's avatar
Jan Mach committed
*.pyc
Jan Mach's avatar
Jan Mach committed
*.egg-info
__pycache__
/build/
/dist/
/sdist/
/var/
/venv/
*.egg-info/
.installed.cfg
*.egg
*.manifest
*.spec
pip-log.txt
pip-delete-this-directory.txt
Jan Mach's avatar
Jan Mach committed

# Ignore compiled translations catalogs.
messages.mo

/lib/hawat/static/vendor/
/lib/hawat/templates/iana-tz-data/
/lib/hawat/blueprints/design/static/vendor/
Jan Mach's avatar
Jan Mach committed
/lib/hawat/blueprints/design_bs3/static/vendor/
Jan Mach's avatar
Jan Mach committed
/node_modules/

# Ignore Sphinx-doc documentation build directory.
Jan Mach's avatar
Jan Mach committed
/doc/sphinx/_build/
# Ignore autogenerated and submodule documentation.
/doc/sphinx/_doclib/apidoc/
/doc/sphinx/_doclib/_inc_bin.cfg-app.rst
/doc/sphinx/_doclib/_inc_bin.cfg-daemon.rst
/doc/sphinx/_doclib/_inc_bin.cfg-script.rst
# Ignore local lightweight chroot.
/chroot/

# Ignore local .dotenv configuration file
.env

# Debian packaging related stuff
/debdist/
.debhelper
*.substvars
/packaging/debian/mentat-ng/
/packaging/debian/files

# Ignore custom stuff.
/conf/install.pip
/chroot/
/data/
/var/