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