ignore klang sourcecode and assembly files
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -10,3 +10,9 @@ buildNumber.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