From 0454c38a7e611fa6df71bedfb0a2afb884326684 Mon Sep 17 00:00:00 2001 From: Curle Date: Sat, 5 Mar 2022 23:42:15 +0000 Subject: [PATCH] Add extra output files to gitignore. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c5707cf..b25530d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,7 @@ bin build Erythro -test \ No newline at end of file +test + +*.s +*.o \ No newline at end of file