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*.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
6
external/.gitignore
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue