From 121d5c6fe7b9f5292d285722c8c256fc79811313 Mon Sep 17 00:00:00 2001 From: nitrix Date: Mon, 16 Dec 2019 21:43:28 +0100 Subject: [PATCH] ignore c and out files --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 52a1170..e0fbaca 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,9 @@ src/main/antlr4/de/hsrm/compiler/Klang/.antlr # assembly files *.s + +# other sourcecode files +*.c + +# build output +out