Files
ptprnt/.gitignore
Moritz Martinius ff3fcaa7bf
Some checks failed
Build ptprnt / build (push) Has been cancelled
Use statically linked spdlog over system spdlog/libfmt
2025-10-19 11:50:43 +02:00

26 lines
357 B
Plaintext

# Folder
builddir*/
subprojects/*
.cache/
coverageReport/
# Files
ptprnt.log
!subprojects/*.wrap
.vscode/*
!.vscode/c_cpp_properties.json
!.vscode/settings.json
!.vscode/launch.json
# ignore generated testlabels
fakelabel_*.png
# ignore package capture files
*.pcapng
*.pcapng.gz
*.pcap
*.pcap.gz
# ignore coverage temporaries
*.gcov.json
*.gcov.json.gz