apply afmt, update .gitignore

This commit is contained in:
Robin Müller 2022-05-13 11:39:37 +02:00 committed by Gitea
parent 12046a2db6
commit b4132800ae
1 changed files with 8 additions and 0 deletions

8
.gitignore vendored
View File

@ -1,6 +1,14 @@
# PyCharm and CLion
/.idea/*
!/.idea/runConfigurations
!/.idea/cmake.xml
!/.idea/codeStyles
# Eclipse
.cproject
.project
.settings
.metadata
/build*
/cmake-build*