Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions doc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
bin
bin64
*.*#
temp

# Because of CMake and VS2017
Win32
x64

cmake-build-*/
cmake-build/
build/*
!build/Jamfile
local/
tmp/
AGENTS.md
CLAUDE.md
.roadmap/
.idea/
doc/modules/reference/
node_modules/

# Doxygen output for Antora attachments (generated by scripts/run_doxygen_accumulators_framework.sh)
modules/ROOT/attachments/doxygen/accumulators_framework_reference/
doxygen/Doxyfile._runtime
tmp_layout/
257 changes: 0 additions & 257 deletions doc/Jamfile.v2

This file was deleted.

Loading