Skip to content

Commit

Permalink
Add *.engine (TensorRT extensions) to .gitignore (#5911)
Browse files Browse the repository at this point in the history
* Add *.engine (TensorRT extensions) to .gitignore

* Update .dockerignore

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
  • Loading branch information
greg2451 and glenn-jocher committed Dec 7, 2021
1 parent 3f152e5 commit 554f782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ data/samples/*
**/*.pt
**/*.pth
**/*.onnx
**/*.engine
**/*.mlmodel
**/*.torchscript
**/*.torchscript.pt
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ VOC/
*.pt
*.pb
*.onnx
*.engine
*.mlmodel
*.torchscript
*.tflite
Expand Down

0 comments on commit 554f782

Please sign in to comment.