mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
04d4658fc9
Also some updates to the documentation and information files.
60 lines
646 B
Plaintext
60 lines
646 B
Plaintext
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
|
|
# Windows Dynamic-link libraries
|
|
*.[dD][lL][lL]
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
|
|
# Dependency makefiles
|
|
*.d
|
|
|
|
# Compiled executable
|
|
emulationstation
|
|
emulationstation.exe
|
|
|
|
# build directory
|
|
build
|
|
Debug
|
|
Release
|
|
MinSizeRel
|
|
RelWithDebInfo
|
|
|
|
# CMake
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
cmake_install.cmake
|
|
Makefile
|
|
install_manifest.txt
|
|
|
|
# CPack
|
|
_CPack_Packages
|
|
emulationstation-de*.deb
|
|
emulationstation-de*.rpm
|
|
emulationstation-de*.exe
|
|
|
|
# TODO
|
|
TODO.md
|
|
|
|
# Eclipse
|
|
.cproject
|
|
.project
|
|
.settings/
|
|
|
|
# Clion
|
|
.idea/
|
|
CPackConfig.cmake
|
|
CPackSourceConfig.cmake
|
|
*.cbp
|
|
|
|
# VSCode
|
|
.vscode/
|