Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,18 @@ _toc.yml
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
#==============================================================================#
# Nested build directory
/build*
/build

# Downloaded models
test/onnx/models

# Python virtual env
venv_rbuild

# ONNX test generated files
test/onnx/load_save_arg.msgpack
test/onnx/migraphx_api_load_save_argument.msgpack

# VS2017 and VSCode config files.
.vscode
.vs
Expand Down
Loading