Added gitignore

This commit is contained in:
dario 2023-08-30 13:15:27 +02:00
parent e68c2e6545
commit 864cd80a27

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
# IDE settings
.settings/
# Contain local paths
.mxproject
*.launch
# Build artifacts
Debug/
Release/
# Doxygen
docs/html
docs/latex