Files
rapidyaml/.gitignore
Joao Paulo Magalhaes df62810d38 wip
2026-01-13 19:35:00 +00:00

59 lines
641 B
Plaintext

# external files
ext/c4core/
# text editor files
*.bck
\#*
*~
.cquery_cached_index/
.clangd/
.ccls-cache/
.cache/
__pycache__/
# gdb files
.gdbinit
setup.gdb
# valgrind files
callgrind*
vgcore*
# Visual Studio files
.vs/
.vscode/
# QtCreator files
CMakeLists.txt.user*
# Eclipse
.project
.cproject
/.settings/
# KDevelop files
*.kdev4
# build files
build/
install/
.python-version
compile_commands.json
launch.json
# test files
/Testing/
# python packaging
.eggs/
dist/
rapidyaml.egg-info/
wheelhouse/
# continuous integration files
.ci/.vagrant
# amalgamation files
src/c4/c4core_all.hpp
src_singleheader/
# doc files
doc/doxygen