From b022f41bb5db06a84dd39e20dbec521985d1ff33 Mon Sep 17 00:00:00 2001 From: Marvin Kaiser Date: Tue, 17 Dec 2019 15:10:06 +0100 Subject: [PATCH] Remove *.k and *.c from gitignore, we need them for tests --- .gitignore | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitignore b/.gitignore index e0fbaca..a666f4e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,14 +11,8 @@ buildNumber.properties .mvn/wrapper/maven-wrapper.jar src/main/antlr4/de/hsrm/compiler/Klang/.antlr -# klang sourcecode files -*.k - # assembly files *.s -# other sourcecode files -*.c - # build output out