From 64b88c192c10240a65595a069af76e8d5132f69a Mon Sep 17 00:00:00 2001 From: nitrix Date: Mon, 16 Dec 2019 11:52:05 +0100 Subject: [PATCH] ignore klang sourcecode and assembly files --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ae5d6d5..52a1170 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,10 @@ buildNumber.properties .mvn/timing.properties # https://github.com/takari/maven-wrapper#usage-without-binary-jar .mvn/wrapper/maven-wrapper.jar -src/main/antlr4/de/hsrm/compiler/Klang/.antlr \ No newline at end of file +src/main/antlr4/de/hsrm/compiler/Klang/.antlr + +# klang sourcecode files +*.k + +# assembly files +*.s