summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRobert Bradshaw <robertwb@gmail.com>2018-05-03 15:58:22 -0700
committerRobert Bradshaw <robertwb@gmail.com>2018-05-03 15:58:22 -0700
commit175870ed530a1e151584c2e57a6316f469e61461 (patch)
treecb39e5c1f4e458c47e4c6afd56651dcf10ac7c96 /.gitignore
parent92dcb8df6b2ec690c3a0520f0bd57fbcda08cb2a (diff)
downloadcython-175870ed530a1e151584c2e57a6316f469e61461.tar.gz
Update gitignore to use some absolute paths.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
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