2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-29 00:23:34 +00:00

Merge pull request #999 from m-holger/doxy

Add doxygen files to .gitignore
This commit is contained in:
Jay Berkenbilt 2023-07-08 09:53:46 -04:00 committed by GitHub
commit e51a1948b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;