ES-DE/.gitignore

79 lines
832 B
Plaintext
Raw Normal View History

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
*.dylib
*.[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
# Dependency makefiles
*.d
# Compiled executable
emulationstation
EmulationStation
EmulationStation.exe
2021-01-23 20:07:13 +00:00
# Core dumps
emulationstation.core
# Profiling data
gmon.out
# Patch/diff files
*.patch
2021-01-23 20:07:13 +00:00
# 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
2016-08-03 18:09:59 +00:00
# TODO
TODO.md
# 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/
2021-01-23 20:07:13 +00:00
# CLion
.idea/
CPackConfig.cmake
CPackSourceConfig.cmake
*.cbp
# VSCode
.vscode/