From da11f522a1146c57c7f784e01e3f524ca7caf8be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Grodzi=C5=84ski?= Date: Thu, 31 Jul 2025 16:02:11 +0900 Subject: [PATCH] Update ingnored files --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 94ff068..b46f74d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +# ingnore files without extension +* +!*.* +!*/ + .DS_Store .vscode/settings.json @@ -7,3 +12,4 @@ build/ # brb build artifiacts *.o +*.asm \ No newline at end of file