diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-08-10 10:37:05 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-08-10 10:37:05 +0100 |
| commit | 608e7b2be13c1f79c0ea3fc9b38fdf217507227b (patch) | |
| tree | 2f9cfa2f6eeee50ef66f054dfa13033e69952023 /examples/03-struct-generic/output/java/.gitignore | |
| parent | d049a89e2e5ff0b52519f37502dbf0c17cb9455f (diff) | |
Add basic support for generic structs in java-transient-0
Diffstat (limited to 'examples/03-struct-generic/output/java/.gitignore')
| -rw-r--r-- | examples/03-struct-generic/output/java/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/03-struct-generic/output/java/.gitignore b/examples/03-struct-generic/output/java/.gitignore new file mode 100644 index 0000000..ff511d4 --- /dev/null +++ b/examples/03-struct-generic/output/java/.gitignore @@ -0,0 +1,2 @@ +/src/gen/ +/target/ |
