From cc6f3f838bcc90b9fe98b517a843970df647a42e Mon Sep 17 00:00:00 2001 From: zv0n Date: Tue, 25 May 2021 16:35:46 +0200 Subject: [PATCH] Updated gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 12fcd73..81329c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.png *.bmp *.o +*.a *.so *.so.* *.dylib @@ -16,3 +17,5 @@ test tetris/tetris .cache compile_commands.json +.DS_Store +*.bak