diff options
Diffstat (limited to 'cli/.gitignore')
| -rw-r--r-- | cli/.gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/cli/.gitignore b/cli/.gitignore new file mode 100644 index 0000000..10e16a2 --- /dev/null +++ b/cli/.gitignore @@ -0,0 +1,21 @@ +/internal/turbodprotocol/*.go + +/demo/ +/dist/ +/dist-* + +# Built binaries. +/turbo +/turbo-new +/turbo-new.exe +/turbo.exe +/go-turbo +/go-turbo.exe + +testbed + +# Windows lib files +turbo.h +turbo.lib +libturbo.a +libturbo.h |
