From e37200eee9a30ffdb1f59c5fdf395544f5608bb3 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 27 Feb 2024 15:52:42 +1300 Subject: [PATCH] Gitignore the generated .c files for cython (#832) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0a9f857..877400e 100644 --- a/.gitignore +++ b/.gitignore @@ -93,3 +93,6 @@ desktop.ini # mypy /.mypy_cache/* + +# cython generated source +*.c