2022-02-03 18:51:09 +00:00
|
|
|
*.bak
|
2021-11-20 15:30:13 +00:00
|
|
|
settings.h
|
2022-02-03 18:51:09 +00:00
|
|
|
|
2021-12-07 22:34:11 +00:00
|
|
|
*.gcode
|
|
|
|
*.stl
|
|
|
|
*.obj
|
|
|
|
*.mtl
|
|
|
|
*.blend1
|
2021-11-20 15:30:13 +00:00
|
|
|
|
|
|
|
# Created by https://www.toptal.com/developers/gitignore/api/c++
|
|
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=c++
|
|
|
|
|
|
|
|
### C++ ###
|
|
|
|
# Prerequisites
|
|
|
|
*.d
|
|
|
|
|
|
|
|
# Compiled Object files
|
|
|
|
*.slo
|
|
|
|
*.lo
|
|
|
|
*.o
|
|
|
|
*.obj
|
|
|
|
|
|
|
|
# Precompiled Headers
|
|
|
|
*.gch
|
|
|
|
*.pch
|
|
|
|
|
|
|
|
# Compiled Dynamic libraries
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
*.dll
|
|
|
|
|
|
|
|
# Fortran module files
|
|
|
|
*.mod
|
|
|
|
*.smod
|
|
|
|
|
|
|
|
# Compiled Static libraries
|
|
|
|
*.lai
|
|
|
|
*.la
|
|
|
|
*.a
|
|
|
|
*.lib
|
|
|
|
|
|
|
|
# Executables
|
|
|
|
*.exe
|
|
|
|
*.out
|
|
|
|
*.app
|
|
|
|
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/c++
|
2022-06-30 14:21:26 +00:00
|
|
|
# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode
|
|
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode
|
|
|
|
|
|
|
|
### VisualStudioCode ###
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/settings.json
|
|
|
|
!.vscode/tasks.json
|
|
|
|
!.vscode/launch.json
|
|
|
|
!.vscode/extensions.json
|
|
|
|
!.vscode/*.code-snippets
|
|
|
|
|
|
|
|
# Local History for Visual Studio Code
|
|
|
|
.history/
|
|
|
|
|
|
|
|
# Built Visual Studio Code Extensions
|
|
|
|
*.vsix
|
|
|
|
|
|
|
|
### VisualStudioCode Patch ###
|
|
|
|
# Ignore all local history of files
|
|
|
|
.history
|
|
|
|
.ionide
|
|
|
|
|
|
|
|
# Support for Project snippet scope
|
|
|
|
.vscode/*.code-snippets
|
|
|
|
|
|
|
|
# Ignore code-workspaces
|
|
|
|
*.code-workspace
|
|
|
|
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode
|
|
|
|
# Created by https://www.toptal.com/developers/gitignore/api/platformio
|
|
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=platformio
|
|
|
|
|
|
|
|
### PlatformIO ###
|
|
|
|
.pioenvs
|
|
|
|
.piolibdeps
|
|
|
|
.clang_complete
|
|
|
|
.gcc-flags.json
|
|
|
|
.pio
|
|
|
|
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/platformio
|