#6666 Updated git ignore and Readme

This commit is contained in:
Jamie Newbon
2020-04-30 10:27:32 +01:00
parent 2f74388d28
commit 04504c59bb
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -21,6 +21,7 @@ src/gui/.rnd
src/setup/win32/synergy.suo
/.idea
/cmake-build-debug
/cmake-build-release/
/CMakeLists.txt.user
/.vs
/CMakeLists.txt.*

View File

@ -26,3 +26,4 @@ Not for the faint hearted. Only use these if you know what you're doing.
* [Translations](https://crowdin.com/project/synergy-core) - If you want to submit translations to the Synergy Core.
* [Text Config](https://github.com/symless/synergy-core/wiki/Text-Config) - Write a text config file when running Synergy Core manually.
* [Command Line](https://github.com/symless/synergy-core/wiki/Command-Line) - Go full manual and run Synergy Core from the command line.
* [Doxygen Documentation](https://docs.symless.com/synergy-core/) - Doxygen documentation.