ES-DE/.gitignore
Leon Styhre 1c472d8085 Squashed 'external/nanosvg/' content from commit 3cdd4a9d
git-subtree-dir: external/nanosvg
git-subtree-split: 3cdd4a9d788695699799b37d492e45e2c3625790
2021-06-07 21:39:15 +02:00

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/