c++clionfile-extensionignore

Hide Extension-less C++ Complied Executables on Mac CLion


I'm using CLion to practice competitive programming, so each cpp source file is compiled on its own, without using things like CMake. The problem is, on MacOS, the executables have no extension, so I can't hide them in settings using gitignore-like grammar. I hope to hide ALL of the executables in a custom view scope, not add each one manually, as they are so distracting. See this image for what I mean.

I'm currently using the MacOS Catalina(10.15.7), and the latest version of the IDEs.


Solution

  • Use file:*.* in "scopes".