diff options
author | Robert Bradshaw <robertwb@gmail.com> | 2018-05-03 15:58:22 -0700 |
---|---|---|
committer | Robert Bradshaw <robertwb@gmail.com> | 2018-05-03 15:58:22 -0700 |
commit | 175870ed530a1e151584c2e57a6316f469e61461 (patch) | |
tree | cb39e5c1f4e458c47e4c6afd56651dcf10ac7c96 /.gitignore | |
parent | 92dcb8df6b2ec690c3a0520f0bd57fbcda08cb2a (diff) | |
download | cython-175870ed530a1e151584c2e57a6316f469e61461.tar.gz |
Update gitignore to use some absolute paths.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 9658e731b..ba8278948 100644 --- a/.gitignore +++ b/.gitignore @@ -15,11 +15,11 @@ Cython/*.c Tools/*.elc -TEST_TMP/ -build/ -wheelhouse*/ +/TEST_TMP/ +/build/ +/wheelhouse*/ !tests/build/ -dist/ +/dist/ .gitrev .coverage *.orig |