aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 86a05e7..735abfa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,8 @@ cupcc
*.dSYM
*.vscode
*.idea
-*.DS_Store \ No newline at end of file
+*.DS_Store
+
+*.nasm
+*.o
+*.out \ No newline at end of file