ES-DE/.gitignore
Leon Styhre fb4c5708b7 Made pugixml an external dependency and fixed the cmake/cpack installation and package creation.
As pugixml seems to be well supported nowadays and seems to ship with most distributions it's pretty pointless to keep bundling it with EmulationStation.
2020-06-24 17:38:41 +02:00

55 lines
551 B
Plaintext

# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
# Compiled Static libraries
*.lai
*.la
*.a
# Dependency makefiles
*.d
# Compiled executable
emulationstation
# 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
# TODO
TODO.md
# Eclipse
.cproject
.project
.settings/
# Clion
.idea/
CPackConfig.cmake
CPackSourceConfig.cmake
*.cbp
# VSCode
.vscode/