From 04504c59bbfe5a40c6eb384981ad3e99da6ce4ff Mon Sep 17 00:00:00 2001 From: Jamie Newbon Date: Thu, 30 Apr 2020 10:27:32 +0100 Subject: [PATCH] #6666 Updated git ignore and Readme --- .gitignore | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index cb7030389..151b2dcb0 100644 --- a/.gitignore +++ b/.gitignore @@ -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.* diff --git a/README.md b/README.md index ff9f6862e..c77da7575 100644 --- a/README.md +++ b/README.md @@ -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.