diff --git a/.gitignore b/.gitignore index 490edea..7fc2658 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,34 @@ +### C++ ### +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +binaryCache/ +*.so +*.dylib +*.dll + +### Python ### +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class +*.pyc +*.pyd + +### CMake ### +# User generated local cmake configuration CMakeUserPresets.json + +.cmake-build* +cmake-build*