Files
ptprnt/.gitignore
Moritz Martinius 6f9bb54611
Some checks failed
Build ptprnt / build (push) Failing after 2m28s
Use statically linked spdlog over system spdlog/libfmt
2025-10-19 11:51:11 +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