From 16e93ef07885a20a437f06d8eb6ffa361440133a Mon Sep 17 00:00:00 2001 From: j842 Date: Mon, 26 May 2025 13:32:31 +1200 Subject: [PATCH] . --- .gitignore | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c659c9b --- /dev/null +++ b/.gitignore @@ -0,0 +1,51 @@ +# Build directories +build/ +**/build/ +**/cmake-build-*/ + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +# CMake +CMakeCache.txt +CMakeFiles/ +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake + +# IDE - VSCode + +# IDE - CLion +.idea/ +*.iml +*.iws +*.ipr + +# macOS +.DS_Store +.AppleDouble +.LSOverride \ No newline at end of file