ES-DE/.gitignore
Bim Overbohm 1d9cee83a5 Improve CMake file and FindOpenGLES script
CMake should now add proper library files and paths to the build files.
FindOpenGLES.cmake should now hopefully find GLES on Raspberry Pi.
2013-05-16 12:04:02 +02:00

26 lines
272 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
EmulationStation_vs2010
build
Debug
Release
MinSizeRel
RelWithDebInfo