cgmb / guardonce

Utilities for converting from C/C++ include guards to #pragma once and back again.
MIT License
142 stars 3 forks source link

Add support for multiple --exclude arguments #5

Closed cgmb closed 11 years ago

cgmb commented 11 years ago

Match files against all --exclude arguments, and ignore them if any match.

cgmb commented 11 years ago

Support for this was added in a recent commit.