From cbefd7e5df4ab5f62e6fa53b5eba38bd5ea313a7 Mon Sep 17 00:00:00 2001 From: Saturneric Date: Wed, 2 Feb 2022 14:49:30 +0800 Subject: (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. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 243ab625..501d044a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ src/GpgFrontend.h src/GpgFrontendBuildInfo.h src/GpgFrontendBuildInstallInfo.h +docs/ # gettext *.mo @@ -112,4 +113,3 @@ target_wrapper.* # QtCreator *.autosave - -- cgit v1.2.3