microsoft / qsharp-runtime

Runtime components for Q#
https://docs.microsoft.com/quantum
MIT License
285 stars 93 forks source link

Remove binaries in `src/Simulation/Native/` (`*_test` files) #959

Open kuzminrobin opened 2 years ago

kuzminrobin commented 2 years ago

In the path https://github.com/microsoft/qsharp-runtime/tree/main/src/Simulation/Native there's a number of binary files whose name ends with _test. Those are test executables (in ELF format, likely for Linux) generated during the build. We don't need them in the repo.

dorryspears commented 1 year ago

Good afternoon @kuzminrobin . I fixed this issue with https://github.com/microsoft/qsharp-runtime/pull/1162

kuzminrobin commented 1 year ago

Good afternoon @kuzminrobin . I fixed this issue with #1162

@swernli, FYI.