Files
nim-nghttp3/.gitignore
2025-04-16 14:28:15 +02:00

17 lines
316 B
Plaintext

# Git submodules dir
!libs/
!libs/*
# Ignore all test build files in tests folder (auto generated when running tests),
# by ignoring anything that does not have following file name scheme:
# has extension or is Dockerfile...
/tests/*
!/tests/*.*
# nim
nimble.develop
nimble.paths
# Build binary
generate_nghttp3