From 5c4267262b4c6507ed5808d9dcb7a09f047ce852 Mon Sep 17 00:00:00 2001 From: Adnan Ioricce Date: Mon, 28 Oct 2024 14:00:11 -0300 Subject: [PATCH] [Solution] - Removing *.o files from git history --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index af213ca..829b0b0 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ out/ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* replay_pid* +*.o