init
This commit is contained in:
commit
71381bb467
10 changed files with 3878 additions and 0 deletions
44
.gitignore
vendored
Normal file
44
.gitignore
vendored
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue