mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-24 23:25:38 +00:00
Added filtering of Jom build files to the .gitignore files
This commit is contained in:
parent
cf065e8935
commit
330f2a44de
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -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
|
||||
|
|
6
external/.gitignore
vendored
6
external/.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue