mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-08 22:20:56 +00:00
Avoid outputting Python files for already generated types (#8500)
This may overwrite types that have already been generated and can create unwanted empty files. Fixes #8490
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
# automatically generated by the FlatBuffers compiler, do not modify
|
||||
|
||||
# namespace: OtherNameSpace
|
||||
|
||||
# NOTE FromInclude.py does not declare any structs or enums
|
||||
@@ -1,5 +0,0 @@
|
||||
# automatically generated by the FlatBuffers compiler, do not modify
|
||||
|
||||
# namespace: OtherNameSpace
|
||||
|
||||
# NOTE FromInclude.py does not declare any structs or enums
|
||||
@@ -1,5 +0,0 @@
|
||||
# automatically generated by the FlatBuffers compiler, do not modify
|
||||
|
||||
# namespace: OtherNameSpace
|
||||
|
||||
# NOTE TableB.py does not declare any structs or enums
|
||||
@@ -1,5 +0,0 @@
|
||||
# automatically generated by the FlatBuffers compiler, do not modify
|
||||
|
||||
# namespace: OtherNameSpace
|
||||
|
||||
# NOTE Unused.py does not declare any structs or enums
|
||||
@@ -1,5 +0,0 @@
|
||||
# automatically generated by the FlatBuffers compiler, do not modify
|
||||
|
||||
# namespace:
|
||||
|
||||
# NOTE TableA.py does not declare any structs or enums
|
||||
Reference in New Issue
Block a user