Update gitignore

This commit is contained in:
Gabriel Tofvesson 2021-01-28 05:55:27 +01:00
parent 69af7fe48a
commit a22e1b398f
2 changed files with 4 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.class *.class
out out
.idea .idea
*.xml

3
.idea/compiler.xml generated
View File

@ -2,7 +2,8 @@
<project version="4"> <project version="4">
<component name="JavacSettings"> <component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE"> <option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="Beethoven" /> <module name="Beethoven"/>
<!-- options="- -add-exports java.base/jdk.internal.org.objectweb.asm.tree=ALL-UNNAMED - -add-exports java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED" -->
</option> </option>
</component> </component>
</project> </project>