From 330f2a44de9555dc4519506fd4bceb0206e3b185 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Fri, 11 Aug 2023 18:24:23 +0200 Subject: [PATCH] Added filtering of Jom build files to the .gitignore files --- .gitignore | 9 ++++++--- external/.gitignore | 6 ++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 39b9c1561..bca68e074 100644 --- a/.gitignore +++ b/.gitignore @@ -69,9 +69,6 @@ emulationstation-de*.rpm EmulationStation-DE*.dmg EmulationStation-DE*.exe -# TODO -TODO.md - # macOS .DS_Store @@ -87,6 +84,12 @@ rlottie.exp rlottie.ilk rlottie.pdb +# Jom +*.vcxproj +*.vcxproj.filters +*.sln +*.manifest + # Eclipse .cproject .project diff --git a/external/.gitignore b/external/.gitignore index fd44a85b6..42e4a489e 100644 --- a/external/.gitignore +++ b/external/.gitignore @@ -8,12 +8,18 @@ !lunasvg !lunasvg/* lunasvg/*.cmake +lunasvg/*.vcxproj +lunasvg/*.vcxproj.filters lunasvg/Makefile +lunasvg/lunasvg.sln !rapidjson !rapidjson/* !rlottie !rlottie/* rlottie/*.cmake +rlottie/*.vcxproj +rlottie/*.vcxproj.filters rlottie/Makefile rlottie/config.h rlottie/rlottie.pc +rlottie/rlottie.sln