From 6ae4933d6e25cc77b8dddc630ea3f88bdcd8aaec Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Tue, 29 Apr 2025 20:19:48 -0400 Subject: [PATCH] gitignore: Add the output directory of the release scripts Change-Id: Ifd43889c442b97814f77412b42ce56e7fe570168 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d011071da2..91276b11e0 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,9 @@ __pycache__ /tools/checkwps/rockbox-info.txt /tools/checkwps/checkwps.failures +# Release +/tools/release/output + # android: java build system /android/bin /android/data