ES-DE/.gitignore
Jacob Mullins 565b519693 Fixed a quirk in the Clion PR
@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.
2018-03-25 12:33:23 -04:00

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