Skip to content

Commit

Permalink
ENH .gitignore ignores compiled cython c files
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchughes committed Feb 26, 2018
1 parent 81bd6be commit 08d47fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -1,3 +1,6 @@
# C code compiled from cython
*cython.c

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down

0 comments on commit 08d47fe

Please sign in to comment.