Skip to content

Commit 3de1556

Browse files
authored
DEV: add Cython generated files to gitignore (#489)
To make sure they do not accidentally get re-committed.
1 parent 4896680 commit 3de1556

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,6 @@ ENV/
101101

102102
# setuptools-scm
103103
numcodecs/version.py
104+
105+
# Cython generated
106+
numcodecs/*.c

0 commit comments

Comments
 (0)