From 51a8c66bc33e24c987787764162f29977d62b8b7 Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Sat, 8 Feb 2025 15:31:14 +0000 Subject: [PATCH] Ignore C header and source files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bee8a64..ac285ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ __pycache__ +*.c +*.h