Skip to content
Open
Show file tree
Hide file tree
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
13 changes: 7 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ Temp/*
# Auto-generated version file
CommonLib/RealSimVersion.h

# Build artifacts generated in CommonLib/ by build scripts (copied to build/ by dispatch)
CommonLib/*.mexw64
CommonLib/*.lib
CommonLib/*.a
# Single-header amalgamation - not used in any source file
CommonLib/ryml_all.hpp

CommonLib/libevent/build/*
CommonLib/libevent/out/build/*
CommonLib/yaml-cpp/build/*
Expand Down Expand Up @@ -181,12 +188,6 @@ CM11_proj/tmp.obj

**/build/**

# Ignore CommonLib under tests/Applications/Eco_Fixed_Timming
/tests/Applications/Eco_Fixed_Timming/CommonLib/

# Ignore Experiments folder under tests/Applications/Eco_Fixed_Timming
/tests/Applications/Eco_Fixed_Timming/Experiments/

TODO.md

# User-provided proprietary scenarios - track folder structure but ignore contents
Expand Down
Binary file removed CommonLib/RealSimSocket.mexw64
Binary file not shown.
Binary file removed CommonLib/VirtualEnvironment.lib
Binary file not shown.
Binary file removed CommonLib/libRealSimDsLib_2024a_CM11_1_2.a
Binary file not shown.
Binary file removed CommonLib/libRealSimDsLib_2024a_CM13_1_3.a
Binary file not shown.
Loading