diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 992468484..d5addebb3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ build .idea *.ipr *.iws +out/ #jenv .java-version @@ -21,4 +22,4 @@ build #netbeans file nbactions.xml -nb-configuration.xml
\ No newline at end of file +nb-configuration.xml |