Files
nim-quic/.gitignore
2025-08-26 14:04:31 +02:00

12 lines
449 B
Plaintext

# Ignore all test build files in tests folder (auto generated when running tests).
# First rule (`tests/**/test*[^.]*`) will ignore all binaries: has prefix test + does not have dot in name.
# Second rule is here to un-ignores all files with extension,
# because it appears that vs code is skipping text search is some tests files without these rules.
tests/**/test*[^.]*
!tests/**/*.*
# nimble local setup
nimble.develop
nimble.paths
nimbledeps