Skip to content
Snippets Groups Projects
.gitignore 950 B
!.gitignore
.directory
*~
*.aux
*.log
*.nav
*.out
*.snm
*.toc
*.vrb
*.pem
*.cert
*.key
*.gpg
*.tar
*.gz
*.bz2
*.xz
*.tgz
*.tbz2
*.txz
*.deb
*.whl
.hawat.local.cfg
*.sublime-*

# Python related stuff.
*.pyc
*.egg-info
__pycache__

# Ignore compiled translations catalogs.
messages.mo

# Ignore precompiled files for PLY.
parser.out
parsetab.py

# Ignore HTML frontend libraries.
lib/hawat/blueprints/design/static/vendor/
lib/hawat/templates/iana-tz-data/
static/vendor/
vendor/

# Local NodeJS modules for Grunt.
/node_modules/

# Ignore Sphinx-doc documentation build directory.
/doc/sphinx/_build/

/doc/presentations/*/*.pdf

# Ignore submodule documentation.
/doc/sphinx/_doclib/apidoc/pyzenkit*.rst
/doc/sphinx/_doclib/apidoc/pynspect*.rst
/doc/sphinx/_doclib/api_pyzenkit*.rst
/doc/sphinx/_doclib/api_pynspect*.rst
/doc/sphinx/_doclib/_inc_bin.cfg-app.rst
/doc/sphinx/_doclib/_inc_bin.cfg-daemon.rst
/doc/sphinx/_doclib/_inc_bin.cfg-script.rst