apply afmt, basic CLion support #625

Merged
muellerr merged 4 commits from mueller/apply-afmt into development 2022-06-13 16:27:02 +02:00
1 changed files with 8 additions and 0 deletions
Showing only changes of commit b4132800ae - Show all commits

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*