Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Include refactor #566

Merged
merged 3 commits into from
Dec 8, 2023
Merged
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
20 changes: 10 additions & 10 deletions RTEA.vcxproj

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions external/include/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Tests
**/test
**/tests

# Git
**/.github
**/.git

# Formatters
**/.clang-format
**/.clang-tidy
**/.editorconfig
**/.astyle

# Binaries
**/_Bin
**/build

# IDE
**/.vs
**/.vscode
Loading