ptomulik/scons-tool-util

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# Editor junk
*.swp
*.bkp
*.bak
*~

# Files generated by build system (SCons)
.scon*
/build/

# Pipenv, setuptools, etc.
/Pipfile.lock
/pipenv
.venv/
/dist/
/build/
/wheelhouse/
/scons-*
*.egg-info
*.tox
*.deb
/MANIFEST
/Pipfile.lock

# Docker
/docker-compose

# My favorite garbage filenames
/err
/out
/repl.sed

# Python generated stuff
*.py[cod]
__pycache__


/site_scons/

# Scons testing framework
/runtest.py
/runtest
/testing/

# Files generated by coverage
/.coverage

# vim: set syntax=conf tabstop=2 expandtab nospell: