Skip to content

Commit

Permalink
Add *.c files to .gitignore to keep setuptools_git_versioning h…
Browse files Browse the repository at this point in the history
…appy (GraphBLAS#69)
  • Loading branch information
eriknw authored Feb 26, 2023
1 parent 67043d1 commit 49f1b70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ __pycache__/
*$py.class

# C extensions
*.c
*.so
*.dll

# Distribution / packaging
.Python
Expand All @@ -26,6 +28,7 @@ share/python-wheels/
.installed.cfg
*.egg
MANIFEST
wheelhouse

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down

0 comments on commit 49f1b70

Please sign in to comment.