diff options
author | Saturneric <[email protected]> | 2022-05-12 16:35:03 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-05-12 16:35:03 +0000 |
commit | 8df61cfee08ea4c87b27da363f297f56e78c1837 (patch) | |
tree | 5652312b9dfc5588f1cd041fc091f7e7ad2b088b | |
parent | fix: solve openssl issue senselessly for macOS (diff) | |
download | GpgFrontend-8df61cfee08ea4c87b27da363f297f56e78c1837.tar.gz GpgFrontend-8df61cfee08ea4c87b27da363f297f56e78c1837.zip |
fix: solve problem on .gitignore
1. fix ignore item for GpgFrontendUIExport
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ src/GpgFrontend.h src/GpgFrontendBuildInfo.h src/GpgFrontendBuildInstallInfo.h src/core/GpgFrontendCoreExport.h -src/core/GpgFrontendUIExport.h +src/ui/GpgFrontendUIExport.h docs/ # gettext |