Jump to content

Ignore all debug directories except this special one...


SiberianRobot

Recommended Posts

We have a fairly large solution with many debug folders that should be excluded from source control. A simple */debug removes all of them just fine. Unfortunately, we also use boost which has a debug folder that we need. i.e. # include <boost/preprocessor/debug/error.hpp>. Is there a way to remove all directors with a given name with some absolute path exception? 

Thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...