How can I list only two file types (by their extensions) in a list using =?
Thank you
Example for *.c and *.h files:
*.c
*.h
=\.(c|h)$