From c8faac75daa769be4dcbff2ae23f2c304db03188 Mon Sep 17 00:00:00 2001 From: Luca Giuliano Conte Date: Thu, 4 Apr 2024 10:10:44 +0200 Subject: [PATCH] add .o to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 93e3946..c2b282f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.exe -*.out \ No newline at end of file +*.out +*.o \ No newline at end of file