Skip to content

Add "Doxyfile" to .gitignore#94

Merged
rbdannenberg merged 1 commit intoPortMidi:masterfrom
rrrapha:gitignore
Aug 2, 2025
Merged

Add "Doxyfile" to .gitignore#94
rbdannenberg merged 1 commit intoPortMidi:masterfrom
rrrapha:gitignore

Conversation

@rrrapha
Copy link
Copy Markdown
Contributor

@rrrapha rrrapha commented Jul 3, 2025

Doxyfile is generated from Doxyfile.in and is not in the repository.

In my opinion it's better to do out-of-source builds and just have /build in .gitignore.
The build instructions in README.md could be changed to something like this:

mkdir build
cd build
cmake ..
cmake --build .
cmake --install .

Copy link
Copy Markdown
Contributor

@rbdannenberg rbdannenberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks - I'll merge the change.

@rbdannenberg rbdannenberg merged commit cb562e5 into PortMidi:master Aug 2, 2025
3 checks passed
@rrrapha rrrapha deleted the gitignore branch September 7, 2025 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants