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 <https://github.com/Genymobile/scrcpy/pull/4364>

Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
AmirSina Mashayekh 2023-10-20 13:34:19 +03:30 committed by Romain Vimont
parent 1ee46970e3
commit 90ca46ee41
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ build/
.gradle/
/x/
local.properties
/scrcpy-server