diff options
author | Saturneric <[email protected]> | 2022-02-02 06:49:30 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-02-02 06:49:30 +0000 |
commit | cbefd7e5df4ab5f62e6fa53b5eba38bd5ea313a7 (patch) | |
tree | 27752edb10205b51037526bf3c4dffd4f86dc9ad /.gitignore | |
parent | <refactor, fix>(ui): Repair and tidy the signal and slot docking (diff) | |
download | GpgFrontend-cbefd7e5df4ab5f62e6fa53b5eba38bd5ea313a7.tar.gz GpgFrontend-cbefd7e5df4ab5f62e6fa53b5eba38bd5ea313a7.zip |
<doc>(project): Improve code document-related Settings
1. Generated code documentation should not be included in Git.
2. The contents of the project's home page in the code document should be placed in main.cpp.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,7 @@ src/GpgFrontend.h src/GpgFrontendBuildInfo.h src/GpgFrontendBuildInstallInfo.h +docs/ # gettext *.mo @@ -112,4 +113,3 @@ target_wrapper.* # QtCreator *.autosave - |