diff options
author | Glease <4586901+Glease@users.noreply.github.com> | 2021-11-21 17:00:46 +0800 |
---|---|---|
committer | Glease <4586901+Glease@users.noreply.github.com> | 2021-11-21 17:00:46 +0800 |
commit | 913379a51c0f808ca0e38f38b66af43f2b8ebb0c (patch) | |
tree | f0ef3f581206e26a8dff0111302b4e747dbd2c9f /.gitignore | |
parent | 515e0789f9c162e87c2278d5ac4bc00300ea860e (diff) | |
download | GT5-Unofficial-913379a51c0f808ca0e38f38b66af43f2b8ebb0c.tar.gz GT5-Unofficial-913379a51c0f808ca0e38f38b66af43f2b8ebb0c.tar.bz2 GT5-Unofficial-913379a51c0f808ca0e38f38b66af43f2b8ebb0c.zip |
Ensure UO is generated in a consistent way instead of depending on positions of stars and stuff
Also fixes buildscript and excluded generated source code from git
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3beafd6561..9b4674ed8f 100644 --- a/.gitignore +++ b/.gitignore @@ -95,3 +95,7 @@ libs/ *.errored /build/ /run + +# Generated sources + +src/main/generated |