mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Cleanup of the .gitignore file.
This commit is contained in:
parent
190933fbaf
commit
d1bee1c256
32
.gitignore
vendored
32
.gitignore
vendored
|
@ -1,40 +1,34 @@
|
||||||
# Compiled Object files
|
# Object files
|
||||||
*.slo
|
|
||||||
*.lo
|
|
||||||
*.o
|
*.o
|
||||||
|
*.lo
|
||||||
|
*.slo
|
||||||
|
|
||||||
# Compiled Dynamic libraries
|
# Shared libraries
|
||||||
*.so
|
*.so
|
||||||
*.dylib
|
*.dylib
|
||||||
|
|
||||||
# Windows Dynamic-link libraries
|
|
||||||
*.[dD][lL][lL]
|
*.[dD][lL][lL]
|
||||||
|
|
||||||
# Compiled Static libraries
|
# Static libraries
|
||||||
*.lai
|
|
||||||
*.la
|
|
||||||
*.a
|
*.a
|
||||||
|
*.la
|
||||||
|
*.lai
|
||||||
|
*.lib
|
||||||
|
|
||||||
# Dependency makefiles
|
# Dependency makefiles
|
||||||
*.d
|
*.d
|
||||||
|
|
||||||
# MSVC-specific
|
|
||||||
*.lib
|
|
||||||
EmulationStation.ilk
|
|
||||||
EmulationStation.pdb
|
|
||||||
|
|
||||||
# Compiled executable
|
# Compiled executable
|
||||||
emulationstation
|
emulationstation
|
||||||
EmulationStation
|
EmulationStation
|
||||||
EmulationStation.exe
|
EmulationStation.exe
|
||||||
|
|
||||||
# Core dump
|
# Core dumps
|
||||||
emulationstation.core
|
emulationstation.core
|
||||||
|
|
||||||
# Profiling data
|
# Profiling data
|
||||||
gmon.out
|
gmon.out
|
||||||
|
|
||||||
# build directory
|
# Build directories
|
||||||
build
|
build
|
||||||
Debug
|
Debug
|
||||||
Release
|
Release
|
||||||
|
@ -62,12 +56,16 @@ TODO.md
|
||||||
# macOS
|
# macOS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# MSVC
|
||||||
|
EmulationStation.ilk
|
||||||
|
EmulationStation.pdb
|
||||||
|
|
||||||
# Eclipse
|
# Eclipse
|
||||||
.cproject
|
.cproject
|
||||||
.project
|
.project
|
||||||
.settings/
|
.settings/
|
||||||
|
|
||||||
# Clion
|
# CLion
|
||||||
.idea/
|
.idea/
|
||||||
CPackConfig.cmake
|
CPackConfig.cmake
|
||||||
CPackSourceConfig.cmake
|
CPackSourceConfig.cmake
|
||||||
|
|
Loading…
Reference in a new issue