Add .factorypath from m2e to .gitignore

This commit is contained in:
Michael Osipov 2018-04-07 11:40:12 +02:00
parent fef1462102
commit 0dbdda823f
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ out/
/bootstrap
/dependencies.xml
.java-version
.factorypath

View File

@ -505,6 +505,7 @@ under the License.
<exclude>src/test/projects/**</exclude>
<exclude>src/test/remote-repo/**</exclude>
<exclude>**/*.odg</exclude>
<exclude>**/.factorypath</exclude>
</excludes>
</configuration>
</plugin>