mirror of
https://github.com/vacp2p/nim-nghttp3.git
synced 2026-01-08 20:08:03 -05:00
17 lines
316 B
Plaintext
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
|