Skip to content

Commit 3d7386b

Browse files
added temp dirs created by cibuildwheel to .gitignore
1 parent 5846278 commit 3d7386b

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.gitignore

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
#specific to this repo:
22

3+
# generated by cython
34
py_gd/py_gd.c
4-
# docs/examples/*.png
5-
# docs/examples/*.gif
65

6+
# generated by cibuildwheel for the libs
7+
install/
8+
libgd/
9+
build-libgd/
10+
libpng/
11+
build-libpng/
712

813
# mac files
914
.DS_Store

0 commit comments

Comments
 (0)