Ignore ~files
This commit is contained in:
parent
e657777d56
commit
aa8f17dcf4
3
.gitignore
vendored
3
.gitignore
vendored
@ -15,3 +15,6 @@ hs_err_pid*
|
|||||||
/target/
|
/target/
|
||||||
/store/
|
/store/
|
||||||
/nbproject/private
|
/nbproject/private
|
||||||
|
|
||||||
|
# Backup files
|
||||||
|
*~
|
||||||
|
@ -101,8 +101,12 @@
|
|||||||
</Properties>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
<Component class="opensesim.gui.util.JTextFieldLimit" name="symField">
|
<Component class="opensesim.gui.util.JTextFieldLimit" name="symField">
|
||||||
|
<Events>
|
||||||
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="symFieldActionPerformed"/>
|
||||||
|
</Events>
|
||||||
<AuxValues>
|
<AuxValues>
|
||||||
<AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="4"/>
|
<AuxValue name="JavaCodeGenerator_DeclarationPre" type="java.lang.String" value="@Export"/>
|
||||||
|
<AuxValue name="JavaCodeGenerator_VariableModifier" type="java.lang.Integer" value="1"/>
|
||||||
</AuxValues>
|
</AuxValues>
|
||||||
</Component>
|
</Component>
|
||||||
<Component class="javax.swing.JLabel" name="jLabel3">
|
<Component class="javax.swing.JLabel" name="jLabel3">
|
||||||
|
Loading…
Reference in New Issue
Block a user