Remove duplicate entry in .gitignore

Closes gh-9772
pull/9677/merge
Raja Kolli 7 years ago committed by Stephane Nicoll
parent 54a13cb33a
commit d2ed8d6344

2
.gitignore vendored

@ -15,7 +15,6 @@ bin
build build
lib/ lib/
target target
.factorypath
.springBeans .springBeans
interpolated*.xml interpolated*.xml
dependency-reduced-pom.xml dependency-reduced-pom.xml
@ -33,6 +32,5 @@ overridedb.*
.idea .idea
*.jar *.jar
.DS_Store .DS_Store
.factorypath
dump.rdb dump.rdb
transaction-logs transaction-logs

Loading…
Cancel
Save