mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
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.
This commit is contained in:
parent
c972e729e4
commit
565b519693
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -37,5 +37,6 @@ Makefile
|
||||||
|
|
||||||
# Clion
|
# Clion
|
||||||
.idea/
|
.idea/
|
||||||
*.cmake
|
CPackConfig.cmake
|
||||||
|
CPackSourceConfig.cmake
|
||||||
*.cbp
|
*.cbp
|
||||||
|
|
Loading…
Reference in a new issue