This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/flex-flexunit.git
commit 2da1a1726b3efc8afc5752dd3ebfecbfd8f685e8 Author: Josh Tynjala <[email protected]> AuthorDate: Mon Mar 4 14:50:04 2024 -0800 .gitignore: rat.report and /out/ --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0f04cd1..87aaef8 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,6 @@ FlexUnit4UIListener/target/* *.iml */.settings /lib/ -env.properties \ No newline at end of file +env.properties +/out/ +rat.report
