This commit is contained in:
Artur Gurgul 2025-09-16 07:23:00 -05:00
commit 71381bb467
10 changed files with 3878 additions and 0 deletions

44
.gitignore vendored Normal file
View file

@ -0,0 +1,44 @@
# Help tools that honor '.gitignore' (redundant for Git itself).
/.git
/CMakeUserPresets.json
# Common build directories
/build*/
/main/build/
/components/bme68x/build/
# CI jobs that run in symlinked trees produce these artifacts.
/real_work/
/work
# MacOS Finder files.
.DS_Store
# Python compile output.
*.pyc
# See Utilities/Sphinx/tutorial_archive.cmake
/Help/_generated
# CLion work directory
/.idea/
# CLion build directories
/cmake-build-*/
# QtCreator files.
/CMakeLists.txt.user*
# Visual Studio Code
/.vscode/
/.cache/
# Visual Studio work directory
/.vs/
# Visual Studio build directory
/out/
# clang-tidy output
/clang-tidy-fixes.patch