~skiqqy/skelly

7db07c9cac002f697c0b7b2006292298fc3114bc — Stephen Cochrane 1 year, 9 months ago 9e8d4a1
Updated java git ignore
1 files changed, 1 insertions(+), 1 deletions(-)

M skelly.sh
M skelly.sh => skelly.sh +1 -1
@@ 147,7 147,7 @@ gen_git_ignore()
            ignore+=( '*.o' )
            ;;
        java)
            ignore+=( 'target/' )
            ignore+=( 'target/' .settings .project .classpath .factorypath )
            ;;
    esac