I know how xcopy works, but is it possible to add comments to your exclude files? Something like this:
.pdb
.xml
.config
Some.dll /* excluded because ... */
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is how we did it:
Maybe a no-brainer for some, but I thought there might have been a default way of commenting in excluded files. Maybe xcopy even searches for a file with filename ‘/* excluded because … */, but it works for us.