aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-03-10 21:27:51 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-03-10 21:27:51 +0000
commit951991b33fbae555a9898c234f55950dfbdb0322 (patch)
treece3ea945653cb4881cedf5cabc0a357bef69dd42
parent9aaec2c562bc22b325703af925eb900894acce83 (diff)
downloadCompiler-951991b33fbae555a9898c234f55950dfbdb0322.tar.gz
Compiler-951991b33fbae555a9898c234f55950dfbdb0322.zip
repairing gitignore
-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