index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.gitignore
Age
Commit message (
Expand
)
Author
2018-06-26
add .python-version to gitignore
Steve Piercy
2018-05-18
Add .cache folder to gitignore
Bert JW Regeer
2015-03-05
Merge pull request #1471 from Pylons/feature.py3-coverage
Michael Merickel
2015-02-22
ignore new .eggs folder created by "setup.py test" deps
Michael Merickel
2015-02-11
fix up tests to generate coverage reports always and combine at the end
Michael Merickel
2013-05-09
Ignore coverage in new location.
Tres Seaver
2012-10-12
Test coverage.
Chris Rossi
2011-09-22
ignore all dirs that start with env
Chris McDonough
2011-04-12
ignore pycharm project turds
Chris McDonough
2011-04-01
Ignore virtualenv debris.
Chris Rossi
2011-02-14
add tox.ini and ignore derived testing turds
Chris McDonough
2011-01-27
ignore book env
Chris McDonough
2011-01-12
ignore emacs backup files
Rob Miller
2010-12-31
ignore another subdir
Chris McDonough
2010-11-21
- SQLAlchemy+URLDispatch tutorial updated to integrate changes to
Chris McDonough
2010-11-18
add pypyenv, change ignores for things that are directories to end in a slash
Chris McDonough
2010-11-16
add ignores for jython usual suspects
Chris McDonough
2010-11-05
ignore dist/
Chris McDonough
2010-10-31
- Renderer factories now accept a *dictionary* rather than an absolute resource
Chris McDonough
2010-10-30
require setuptools_git experimentally to run setup.py
Chris McDonough
2010-10-26
add dependency on mako and configure in mako templating by default
Chris McDonough
2010-10-25
docs fixes
Chris McDonough
2010-10-25
ignore env26
Chris McDonough
2010-10-25
first pass at converting bfg to pyramid namespace
Chris McDonough