From 5986e2108e2f5874718f898d4969f3e4204e615b Mon Sep 17 00:00:00 2001 From: Samuel Hammersberg Date: Tue, 28 Mar 2023 15:32:54 +0200 Subject: [PATCH] Added c output files to the gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3eaf9f6..8e68689 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,7 @@ dist-newstyle src/Grammar language test_program_result -output/ \ No newline at end of file +output/ +*.o +*.out +*.a \ No newline at end of file