mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
1c472d8085
git-subtree-dir: external/nanosvg git-subtree-split: 3cdd4a9d788695699799b37d492e45e2c3625790
76 lines
804 B
Plaintext
76 lines
804 B
Plaintext
# Object files
|
|
*.o
|
|
*.lo
|
|
*.slo
|
|
|
|
# Shared libraries
|
|
*.so
|
|
*.dylib
|
|
*.[dD][lL][lL]
|
|
|
|
# Static libraries
|
|
*.a
|
|
*.la
|
|
*.lai
|
|
*.lib
|
|
|
|
# Dependency makefiles
|
|
*.d
|
|
|
|
# Compiled executable
|
|
emulationstation
|
|
EmulationStation
|
|
EmulationStation.exe
|
|
|
|
# Core dumps
|
|
emulationstation.core
|
|
|
|
# Profiling data
|
|
gmon.out
|
|
|
|
# Build directories
|
|
build
|
|
Debug
|
|
Release
|
|
MinSizeRel
|
|
RelWithDebInfo
|
|
|
|
# CMake
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
cmake_install.cmake
|
|
Makefile
|
|
install_manifest.txt
|
|
EmulationStation.exe.manifest
|
|
|
|
# CPack
|
|
_CPack_Packages
|
|
emulationstation-de*.deb
|
|
emulationstation-de*.rpm
|
|
EmulationStation-DE*.dmg
|
|
EmulationStation-DE*.exe
|
|
|
|
# TODO
|
|
TODO.md
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# MSVC
|
|
EmulationStation.ilk
|
|
EmulationStation.pdb
|
|
|
|
# Eclipse
|
|
.cproject
|
|
.project
|
|
.settings/
|
|
|
|
# CLion
|
|
.idea/
|
|
CPackConfig.cmake
|
|
CPackSourceConfig.cmake
|
|
*.cbp
|
|
|
|
# VSCode
|
|
.vscode/
|