fsfw/.gitignore
Robin Mueller 8dc640c162
Some checks are pending
fsfw/fsfw/pipeline/head Build started...
fsfw/fsfw/pipeline/pr-development This commit looks good
apply afmt, update .gitignore
2022-05-13 11:39:37 +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*