From c0702c7530e93947fb3bb85e8178020f4c49fa63 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 2 Jan 2022 18:17:56 +0100 Subject: [PATCH] Changed the .gitignore rules for the 'external' directory. --- external/.gitignore | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/external/.gitignore b/external/.gitignore index e5b5bcce0..8bcdf4787 100644 --- a/external/.gitignore +++ b/external/.gitignore @@ -1,12 +1,9 @@ -# macOS in-tree build of dependencies -FFmpeg -SDL -fdk-aac -freeimage -freetype -libpng -libvpx -ogg -opus -pugixml -vorbis +* +!CImg +!CImg/* +!glm +!glm/* +!nanosvg +!nanosvg/* +!rapidjson +!rapidjson/*