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.