How to ignore the .a and .o files (that are artifacts of make)

Answered

I wish to ignore .a and .o files so that they don't clog my project view in CLion.

How would I do that?

0
1 comment

Hello!

You can select the Project Source Files scope or create a new user-defined scope: https://www.jetbrains.com/help/clion/configuring-scopes-and-file-colors.html#predefined

0

Please sign in to leave a comment.