Remove *.k and *.c from gitignore, we need them for tests

This commit is contained in:
Marvin Kaiser
2019-12-17 15:10:06 +01:00
parent 12f5ef9121
commit b022f41bb5

6
.gitignore vendored
View File

@@ -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