Update .gitignore to ignore build and autogenerated files,
and delete the autogenerated files.
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@ -56,4 +56,10 @@ CMakeLists.txt.user
|
||||
|
||||
# Ignore other IDE specific files
|
||||
.idea/
|
||||
*.iml
|
||||
*.iml
|
||||
|
||||
# Build files
|
||||
build/
|
||||
|
||||
# Autogenerated files
|
||||
.stm32env
|
||||
Reference in New Issue
Block a user