diff options
author | William Deegan <bill@baddogconsulting.com> | 2018-10-09 19:12:48 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2018-11-12 16:47:05 (GMT) |
commit | e66888271c34ab081edc64a9245a435290db295d (patch) | |
tree | f11905fbf68675de30e843fcb7505aee3c0a30db /.gitignore | |
parent | 91171125c73be3814c4db1a833b81551d3f036b0 (diff) | |
download | SCons-e66888271c34ab081edc64a9245a435290db295d.zip SCons-e66888271c34ab081edc64a9245a435290db295d.tar.gz SCons-e66888271c34ab081edc64a9245a435290db295d.tar.bz2 |
Add test with MD5-timestamp decider and Repository usage
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -8,8 +8,8 @@ __pycache__/ # Distribution / packaging .Python -build/** -bootstrap/** +/build/** +/bootstrap/** .idea/ src/build/** @@ -28,8 +28,6 @@ ENV/ env.bak/ venv.bak/ - - # mypy .mypy_cache/ |