From 90ca46ee415514513da9dff8c558d726c8e34318 Mon Sep 17 00:00:00 2001 From: AmirSina Mashayekh Date: Fri, 20 Oct 2023 13:34:19 +0330 Subject: [PATCH] Add scrcpy-server to .gitignore The script install_release.sh downloads a file named scrcpy-server to the repo root directory. Add it to .gitignore so that it is ignored. PR #4364 Signed-off-by: Romain Vimont --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2829d835..26d977ac 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ build/ .gradle/ /x/ local.properties +/scrcpy-server