Skip to content

Commit b8c5737

Browse files
Copilotdfeen87
andcommitted
Fix velocity validation and steady_clock bugs
Co-authored-by: dfeen87 <158860247+dfeen87@users.noreply.github.com>
1 parent 2646dc1 commit b8c5737

36 files changed

Lines changed: 31 additions & 2982 deletions

.gitignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Build directories
2+
build/
3+
dist/
4+
*.o
5+
*.a
6+
*.so
7+
*.dylib
8+
*.exe
9+
10+
# IDE
11+
.vscode/
12+
.idea/
13+
*.swp
14+
*.swo
15+
*~
16+
17+
# Coverage
18+
*.gcda
19+
*.gcno
20+
*.gcov
21+
coverage/
22+
23+
# Temporary files
24+
/tmp/
25+
*.tmp

build/CMakeCache.txt

Lines changed: 0 additions & 347 deletions
This file was deleted.

0 commit comments

Comments
 (0)