Add *.engine (TensorRT extensions) to .gitignore (#5911)
* Add *.engine (TensorRT extensions) to .gitignore * Update .dockerignore Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>pull/5918/head
parent
3f152e5807
commit
554f782537
|
@ -15,6 +15,7 @@ data/samples/*
|
|||
**/*.pt
|
||||
**/*.pth
|
||||
**/*.onnx
|
||||
**/*.engine
|
||||
**/*.mlmodel
|
||||
**/*.torchscript
|
||||
**/*.torchscript.pt
|
||||
|
|
|
@ -48,6 +48,7 @@ VOC/
|
|||
*.pt
|
||||
*.pb
|
||||
*.onnx
|
||||
*.engine
|
||||
*.mlmodel
|
||||
*.torchscript
|
||||
*.tflite
|
||||
|
|
Loading…
Reference in New Issue