Skip to content

Commit 75eeb05

Browse files
committed
.gitignore: add docs build files
Doxygen outputs XML files to docs/source/api, and Sphinx converts them to RST files in docs/api during the build. Both directories should be ignored by git.
1 parent 80a0a1c commit 75eeb05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ cmake-build-debug/
88
version
99
docs/_build
1010
log/
11+
docs/source/api
12+
doxygen/xml

0 commit comments

Comments
 (0)