Skip to content

Commit

Permalink
[Main] Rename ABK trajectories file to exclude it from formatting
Browse files Browse the repository at this point in the history
Formatting the trajectories file takes up 99% of the time spent by clang-format. Going forward, big files will be formatted manually once, and will need to have the `.cxx` extension to be excluded correctly.
  • Loading branch information
nickbeth committed Nov 15, 2024
1 parent a411e30 commit d9584c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set(OBSW_INCLUDE_DIRS
)

set(MAIN_COMPUTER
src/Main/Data/ABKTrajectorySet.cpp
src/Main/Data/ABKTrajectorySet.cxx
src/Main/PersistentVars/PersistentVars.cpp
src/Main/HIL/HIL.cpp
src/Main/Sensors/Sensors.cpp
Expand Down
File renamed without changes.

0 comments on commit d9584c4

Please sign in to comment.