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