fsfw/.gitignore
Robin Mueller 7ab617accb
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
rudimentary clion support
2022-05-12 18:59:39 +02:00

15 lines
165 B
Plaintext

# PyCharm and CLion
/.idea/*
!/.idea/runConfigurations
!/.idea/cmake.xml
!/.idea/codeStyles
# Eclipse
.cproject
.project
.settings
.metadata
/build*
/cmake-build*