mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-08 22:20:56 +00:00
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.
65 lines
1022 B
Plaintext
Executable File
65 lines
1022 B
Plaintext
Executable File
*_wire.txt
|
|
*_wire.bin
|
|
.DS_Store
|
|
*.o
|
|
*.o.d
|
|
*.class
|
|
*.a
|
|
*~
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*.vcxproj.user
|
|
*.sln
|
|
*.suo
|
|
*.keystore
|
|
**/bin/**
|
|
**/gen/**
|
|
**/libs/**
|
|
**/obj/**
|
|
**/*.dir/**
|
|
**/CMakeFiles/**
|
|
**/cmake_install.cmake
|
|
**/install_manifest.txt
|
|
**/CMakeCache.txt
|
|
**/CMakeTestfile.cmake
|
|
**/Debug/**
|
|
**/Release/**
|
|
build.xml
|
|
local.properties
|
|
project.properties
|
|
proguard-project.txt
|
|
linklint_results
|
|
Makefile
|
|
flatc
|
|
flatc.exe
|
|
flathash
|
|
flathash.exe
|
|
flattests
|
|
flattests.exe
|
|
flatsamplebinary
|
|
flatsamplebinary.exe
|
|
flatsampletext
|
|
flatsampletext.exe
|
|
snapshot.sh
|
|
tests/go_gen
|
|
tests/monsterdata_java_wire.mon
|
|
tests/monsterdata_go_wire.mon
|
|
tests/monsterdata_javascript_wire.mon
|
|
tests/unicode_test.mon
|
|
CMakeLists.txt.user
|
|
CMakeScripts/**
|
|
CTestTestfile.cmake
|
|
FlatBuffers.cbp
|
|
build/Xcode/FlatBuffers.xcodeproj/project.xcworkspace/**
|
|
build/Xcode/FlatBuffers.xcodeproj/xcuserdata/**
|
|
FlatBuffers.xcodeproj/
|
|
java/.idea
|
|
java/*.iml
|
|
.idea
|
|
*.iml
|
|
target
|
|
**/*.pyc
|
|
build/VS2010/FlatBuffers.sdf
|
|
build/VS2010/FlatBuffers.opensdf
|
|
build/VS2010/ipch/**/*.ipch
|