From 49f1b70092cc79134c4005b1d9b09adb338e1171 Mon Sep 17 00:00:00 2001 From: Erik Welch Date: Sun, 26 Feb 2023 13:31:00 -0600 Subject: [PATCH] Add `*.c` files to `.gitignore` to keep `setuptools_git_versioning` happy (#69) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2b09537..609ca66 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,9 @@ __pycache__/ *$py.class # C extensions +*.c *.so +*.dll # Distribution / packaging .Python @@ -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