Added c output files to the gitignore

This commit is contained in:
Samuel Hammersberg 2023-03-28 15:32:54 +02:00
parent b35c19572f
commit 5986e2108e

5
.gitignore vendored
View file

@ -5,4 +5,7 @@ dist-newstyle
src/Grammar
language
test_program_result
output/
output/
*.o
*.out
*.a