ES-DE/.gitignore
Leon Styhre 04d4658fc9 Updated the CMakeLists.txt files to be able to generate an NSIS installer for Windows.
Also some updates to the documentation and information files.
2020-07-07 21:33:33 +02:00

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/