ES-DE/.gitignore
Aloshi 0f6338045a Added Windows compiled files to .gitignore.
Added "WIN32" preprocessor definition to the default VS2010 project.
Replaced getHomePath() with the one mentioned in the pull request comments.
2013-05-16 12:43:16 -05:00

33 lines
339 B
Plaintext

# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.so
# Compiled Static libraries
*.lai
*.la
*.a
# And on Windows
*.dll
*.pdb
*.exe.manifest
# Dependency makefiles
*.d
#Compiled executable
emulationstation
emulationstation.exe
#build directory
EmulationStation_vs2010
build
Debug
Release
MinSizeRel
RelWithDebInfo