2021-01-23 20:07:13 +00:00
|
|
|
# Object files
|
2012-07-18 21:28:26 +00:00
|
|
|
*.o
|
2021-01-23 20:07:13 +00:00
|
|
|
*.lo
|
|
|
|
*.slo
|
2012-07-18 21:28:26 +00:00
|
|
|
|
2021-01-23 20:07:13 +00:00
|
|
|
# Shared libraries
|
2012-07-18 21:28:26 +00:00
|
|
|
*.so
|
2020-08-21 19:58:12 +00:00
|
|
|
*.dylib
|
2020-07-03 18:23:51 +00:00
|
|
|
*.[dD][lL][lL]
|
|
|
|
|
2021-01-23 20:07:13 +00:00
|
|
|
# Static libraries
|
2012-07-18 21:28:26 +00:00
|
|
|
*.a
|
2021-01-23 20:07:13 +00:00
|
|
|
*.la
|
|
|
|
*.lai
|
|
|
|
*.lib
|
2012-07-20 01:08:29 +00:00
|
|
|
|
2012-10-28 19:51:27 +00:00
|
|
|
# Dependency makefiles
|
|
|
|
*.d
|
|
|
|
|
2013-05-27 19:26:30 +00:00
|
|
|
# Compiled executable
|
2012-07-20 01:08:29 +00:00
|
|
|
emulationstation
|
2020-08-19 20:30:10 +00:00
|
|
|
EmulationStation
|
|
|
|
EmulationStation.exe
|
2013-05-15 07:40:16 +00:00
|
|
|
|
2021-01-23 20:07:13 +00:00
|
|
|
# Core dumps
|
2021-01-23 19:53:14 +00:00
|
|
|
emulationstation.core
|
|
|
|
|
2020-10-11 07:55:53 +00:00
|
|
|
# Profiling data
|
|
|
|
gmon.out
|
|
|
|
|
2021-01-23 20:07:13 +00:00
|
|
|
# Build directories
|
2013-05-16 10:04:02 +00:00
|
|
|
build
|
|
|
|
Debug
|
|
|
|
Release
|
|
|
|
MinSizeRel
|
2013-05-27 19:26:30 +00:00
|
|
|
RelWithDebInfo
|
|
|
|
|
|
|
|
# CMake
|
|
|
|
CMakeCache.txt
|
|
|
|
CMakeFiles
|
|
|
|
cmake_install.cmake
|
|
|
|
Makefile
|
2020-06-24 15:38:41 +00:00
|
|
|
install_manifest.txt
|
2020-12-29 16:44:00 +00:00
|
|
|
EmulationStation.exe.manifest
|
2020-06-24 15:38:41 +00:00
|
|
|
|
|
|
|
# CPack
|
|
|
|
_CPack_Packages
|
|
|
|
emulationstation-de*.deb
|
|
|
|
emulationstation-de*.rpm
|
2020-08-19 20:30:10 +00:00
|
|
|
EmulationStation-DE*.dmg
|
|
|
|
EmulationStation-DE*.exe
|
2016-08-03 18:09:59 +00:00
|
|
|
|
2020-05-15 15:14:43 +00:00
|
|
|
# TODO
|
|
|
|
TODO.md
|
|
|
|
|
2020-08-19 20:30:10 +00:00
|
|
|
# macOS
|
|
|
|
.DS_Store
|
|
|
|
|
2021-01-23 20:07:13 +00:00
|
|
|
# MSVC
|
|
|
|
EmulationStation.ilk
|
|
|
|
EmulationStation.pdb
|
|
|
|
|
2016-08-03 18:09:59 +00:00
|
|
|
# Eclipse
|
|
|
|
.cproject
|
|
|
|
.project
|
|
|
|
.settings/
|
2018-03-23 09:54:46 +00:00
|
|
|
|
2021-01-23 20:07:13 +00:00
|
|
|
# CLion
|
2018-03-23 09:54:46 +00:00
|
|
|
.idea/
|
2018-03-25 16:33:23 +00:00
|
|
|
CPackConfig.cmake
|
|
|
|
CPackSourceConfig.cmake
|
2018-03-23 09:54:46 +00:00
|
|
|
*.cbp
|
2019-12-30 19:35:34 +00:00
|
|
|
|
|
|
|
# VSCode
|
|
|
|
.vscode/
|