GildedRose-Refactoring-Kata/c_cmocka/.gitignore
2023-11-08 12:38:42 +00:00

14 lines
232 B
Plaintext

# Allow in source build
[Bb]uild*/
# Ignore qt files when importing CMakeLists
*.users
# Ignore CLion project files
*.idea
# For macOs users
.DS_Store
/build_meson/
/subprojects/Catch2-*/
/subprojects/packagecache/
/cmake-build-*/