From 26b73f22eab217b350f812df790d93e6050c0ecc Mon Sep 17 00:00:00 2001 From: Aleksandar Jovanovic <40206443+vojavocni@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:27:52 +0200 Subject: [PATCH] add compiled .c files to .gitignore (#911) Signed-off-by: Aleks --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 28a457bd9..474decf31 100644 --- a/.gitignore +++ b/.gitignore @@ -115,3 +115,6 @@ double_ml/proto/*.jpg # sphinx autosummaries doc/_autosummary/ + +# compiled C files +*.c \ No newline at end of file