diff options
author | Romain Gilles <rgilles@github> | 2016-07-05 14:29:12 +0200 |
---|---|---|
committer | Romain Gilles <rgilles@github> | 2016-07-05 14:29:12 +0200 |
commit | 7a955a09f43f271a5dec1221e2a74fa2da9825cd (patch) | |
tree | e3cc6217b3fc4027f9a22916da5c32e3fadba56a /.gitignore | |
parent | b730a74a191d6ab359af0cab53d066a82ee589c4 (diff) | |
download | flatbuffers-7a955a09f43f271a5dec1221e2a74fa2da9825cd.tar.gz flatbuffers-7a955a09f43f271a5dec1221e2a74fa2da9825cd.tar.bz2 flatbuffers-7a955a09f43f271a5dec1221e2a74fa2da9825cd.zip |
Move maven `pom.xml` from the java folder to the root folder.
This avoid to put the pom.xml file into the source directory. Normally the pom file is in a parent (/parent) folder and it is not mixed with the java source code.
An other thing is: this will make import of the project more easy from a IDE.
The side effect is that the target folder where maven build artifacts will move from the <flatbuffers>/java/target to <flatbuffers>/target therefore the gitignore file has been updated in consequences.
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -55,9 +55,10 @@ build/Xcode/FlatBuffers.xcodeproj/xcuserdata/** FlatBuffers.xcodeproj/ java/.idea java/*.iml -java/target -**/*.pyc .idea +*.iml +target +**/*.pyc build/VS2010/FlatBuffers.sdf build/VS2010/FlatBuffers.opensdf build/VS2010/ipch/**/*.ipch |