ES-DE/.gitignore

59 lines
621 B
Plaintext
Raw Normal View History

2012-07-18 21:28:26 +00:00
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
# Windows Dynamic-link libraries
*.[dD][lL][lL]
2012-07-18 21:28:26 +00:00
# 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
2016-08-03 18:09:59 +00:00
# TODO
TODO.md
2016-08-03 18:09:59 +00:00
# Eclipse
.cproject
.project
.settings/
# Clion
.idea/
CPackConfig.cmake
CPackSourceConfig.cmake
*.cbp
# VSCode
.vscode/