Skip to content

Commit 49f1b70

Browse files
authored
Add *.c files to .gitignore to keep setuptools_git_versioning happy (#69)
1 parent 67043d1 commit 49f1b70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ __pycache__/
44
*$py.class
55

66
# C extensions
7+
*.c
78
*.so
9+
*.dll
810

911
# Distribution / packaging
1012
.Python
@@ -26,6 +28,7 @@ share/python-wheels/
2628
.installed.cfg
2729
*.egg
2830
MANIFEST
31+
wheelhouse
2932

3033
# PyInstaller
3134
# Usually these files are written by a python script from a template

0 commit comments

Comments
 (0)