Remove *.k and *.c from gitignore, we need them for tests
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -11,14 +11,8 @@ buildNumber.properties
|
|||||||
.mvn/wrapper/maven-wrapper.jar
|
.mvn/wrapper/maven-wrapper.jar
|
||||||
src/main/antlr4/de/hsrm/compiler/Klang/.antlr
|
src/main/antlr4/de/hsrm/compiler/Klang/.antlr
|
||||||
|
|
||||||
# klang sourcecode files
|
|
||||||
*.k
|
|
||||||
|
|
||||||
# assembly files
|
# assembly files
|
||||||
*.s
|
*.s
|
||||||
|
|
||||||
# other sourcecode files
|
|
||||||
*.c
|
|
||||||
|
|
||||||
# build output
|
# build output
|
||||||
out
|
out
|
||||||
|
|||||||
Reference in New Issue
Block a user