From 715bba4f7af2b6a809177a92811a671d4a05421e Mon Sep 17 00:00:00 2001 From: ljgray Date: Thu, 22 Jun 2023 14:24:33 -0700 Subject: [PATCH] git: add .c extension to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ba10e601f..0fc30e679 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ # C extensions *.so +*.c # Packages *.egg