ES-DE/.gitignore

109 lines
1.2 KiB
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
es-pdf-convert
es-pdf-convert.exe
# Emscripten build
emulationstation.data
emulationstation.html
emulationstation.js
emulationstation.wasm
emulationstation.worker.js
/index.html
/ROMs
2023-12-07 16:19:30 +00:00
# Android build
android/**
# AppImage
AppDir
*.AppImage
2021-01-23 20:07:13 +00:00
# Core dumps
emulationstation.core
# Profiling data
callgrind.out.*
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
# macOS
.DS_Store
2021-01-23 20:07:13 +00:00
# MSVC
EmulationStation.ilk
EmulationStation.pdb
es-pdf-convert.ilk
es-pdf-convert.pdb
lunasvg.exp
lunasvg.ilk
lunasvg.pdb
rlottie.exp
rlottie.ilk
rlottie.pdb
2021-01-23 20:07:13 +00:00
# Jom
*.vcxproj
*.vcxproj.filters
*.sln
*.manifest
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/