Added filtering of Jom build files to the .gitignore files

This commit is contained in:
Leon Styhre 2023-08-11 18:24:23 +02:00
parent cf065e8935
commit 330f2a44de
2 changed files with 12 additions and 3 deletions

9
.gitignore vendored
View file

@ -69,9 +69,6 @@ emulationstation-de*.rpm
EmulationStation-DE*.dmg EmulationStation-DE*.dmg
EmulationStation-DE*.exe EmulationStation-DE*.exe
# TODO
TODO.md
# macOS # macOS
.DS_Store .DS_Store
@ -87,6 +84,12 @@ rlottie.exp
rlottie.ilk rlottie.ilk
rlottie.pdb rlottie.pdb
# Jom
*.vcxproj
*.vcxproj.filters
*.sln
*.manifest
# Eclipse # Eclipse
.cproject .cproject
.project .project

6
external/.gitignore vendored
View file

@ -8,12 +8,18 @@
!lunasvg !lunasvg
!lunasvg/* !lunasvg/*
lunasvg/*.cmake lunasvg/*.cmake
lunasvg/*.vcxproj
lunasvg/*.vcxproj.filters
lunasvg/Makefile lunasvg/Makefile
lunasvg/lunasvg.sln
!rapidjson !rapidjson
!rapidjson/* !rapidjson/*
!rlottie !rlottie
!rlottie/* !rlottie/*
rlottie/*.cmake rlottie/*.cmake
rlottie/*.vcxproj
rlottie/*.vcxproj.filters
rlottie/Makefile rlottie/Makefile
rlottie/config.h rlottie/config.h
rlottie/rlottie.pc rlottie/rlottie.pc
rlottie/rlottie.sln