2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-12-22 02:49:00 +00:00

Add doxygen files to .gitignore

This commit is contained in:
m-holger 2023-06-25 12:14:14 +01:00
parent 2ff7ac8a58
commit 8ec23f0452
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@ -6,3 +6,5 @@ appimage/build
/distribution/
.cache
/.idea
/html
Doxyfile

View File

@ -53,7 +53,6 @@ class JSONHandler
static void usage(std::string const& msg);
class Members;
std::unique_ptr<Members> m;