mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
565b519693
@Koerty accidentally excluded all .cmake files instead of the specific files that Clion generated, and was getting in my way of developing a new feature... So, I fixed it.
43 lines
420 B
Plaintext
43 lines
420 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
|
|
build
|
|
Debug
|
|
Release
|
|
MinSizeRel
|
|
RelWithDebInfo
|
|
|
|
# CMake
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
cmake_install.cmake
|
|
Makefile
|
|
|
|
# Eclipse
|
|
.cproject
|
|
.project
|
|
.settings/
|
|
|
|
# Clion
|
|
.idea/
|
|
CPackConfig.cmake
|
|
CPackSourceConfig.cmake
|
|
*.cbp
|