diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2015-01-12 10:25:10 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2015-01-12 10:25:15 +0100 |
commit | dfb0a9c4bca590efaa86f8edc3fdb62bd536bce7 (patch) | |
tree | 442e289ab6202de3434f566e84fd4a09753ed5b2 /.gitignore | |
parent | acd82464a11f3c2d3edc1d152d028a142da31a9f (diff) | |
download | gitpython-dfb0a9c4bca590efaa86f8edc3fdb62bd536bce7.tar.gz |
Added specific test for roughly checking configuration paths.
For some reason, I didn't trust the existing one as it tests that code
more indirectly.
Related to #160
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,6 +10,6 @@ cover/ /doc/_build nbproject *.sublime-workspace - +.DS_Store /*egg-info /.tox |