aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--c_compiler/test/.gitignore4
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 422a9e2..b382e3d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ c_compiler/build/
*~
working/
./test/
+*.s
diff --git a/c_compiler/test/.gitignore b/c_compiler/test/.gitignore
index 57d0ec8..74a5cc9 100644
--- a/c_compiler/test/.gitignore
+++ b/c_compiler/test/.gitignore
@@ -1,2 +1,2 @@
-./out
-./ref
+out
+ref