ignore klang sourcecode and assembly files
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -9,4 +9,10 @@ buildNumber.properties
|
|||||||
.mvn/timing.properties
|
.mvn/timing.properties
|
||||||
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
|
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
|
||||||
.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
|
||||||
|
*.s
|
||||||
|
|||||||
Reference in New Issue
Block a user