mirror of
https://github.com/vacp2p/nim-quic.git
synced 2026-01-07 21:13:58 -05:00
12 lines
449 B
Plaintext
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
|