From e5710c11ab3b4a346a159bf9ead03bf982cf98f6 Mon Sep 17 00:00:00 2001 From: ThePotato97 <10260415+ThePotato97@users.noreply.github.com> Date: Sat, 3 Jan 2026 18:54:58 +0000 Subject: [PATCH] add git ignore --- .gitignore | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5f48d40 --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +# Build directories +build/ +out/ +bin/ +lib/ +*.exe +*.dll +*.lib +*.pdb +*.obj +*.exp +*.ilk + +# CMake +CMakeCache.txt +CMakeFiles/ +cmake_install.cmake +CMakeUserPresets.json +compile_commands.json +.cmake/ + +# Visual Studio +.vs/ +*.sln +*.vcxproj +*.vcxproj.filters +*.vcxproj.user + +# Mac / Linux +.DS_Store +*.dylib +*.so +.vscode/ + +# Project specific +deps/libmpv/x86_64/libmpv-2.dll +deps/libmpv/i686/libmpv-2.dll