Commit Graph

6 Commits (master)

Author SHA1 Message Date
AmirSina Mashayekh 90ca46ee41 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>
7 months ago
Romain Vimont 5dcfc0ebab Add local.properties to gitignore 4 years ago
Romain Vimont 8ff07e0c88 Git-ignore release directories 4 years ago
Harsh Shandilya d30593e1d5 gitignore: Add x/ directory
People following default build instructions can be caught off guard by
seeing the build artifacts in the git tree.

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Signed-off-by: Romain Vimont <rom@rom1v.com>
4 years ago
Romain Vimont b67907e24e Convert server to an Android project
To simplify the device server-side build, use gradle to create an APK,
even if we use it as a simple jar, by running its main() method.
6 years ago
Romain Vimont 54d9148a36 Initial commit
Start a new clean history from here.
6 years ago