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>
pr4364
AmirSina Mashayekh 7 months ago committed by Romain Vimont
parent 1ee46970e3
commit 90ca46ee41

1
.gitignore vendored

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

Loading…
Cancel
Save