summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRomain Gilles <rgilles@github>2016-07-05 14:29:12 +0200
committerRomain Gilles <rgilles@github>2016-07-05 14:29:12 +0200
commit7a955a09f43f271a5dec1221e2a74fa2da9825cd (patch)
treee3cc6217b3fc4027f9a22916da5c32e3fadba56a /.gitignore
parentb730a74a191d6ab359af0cab53d066a82ee589c4 (diff)
downloadflatbuffers-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.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 6f3894d0..c14aad97 100755
--- a/.gitignore
+++ b/.gitignore
@@ -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