From bf1402c0a44f5d6261a0518becf53bb51bc97afd Mon Sep 17 00:00:00 2001 From: eros71-dev <16540103+eros71-dev@users.noreply.github.com> Date: Sun, 12 Nov 2023 19:30:10 +0100 Subject: [PATCH] Ignore libc.so.1 So git stops crying about it being different when it doesn't matter at all --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 14df2f40..0d0f200a 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,4 @@ build-windows-visual-studio/.vs todo.txt todo-old.txt +tools/ido5.3_compiler/usr/lib/libc.so.1