I have a gitignore file that makes git ignore *.dll files, and that is actually the behavior I want. However, if I want an exception ( i.e. to be able to commit foo.dll), how can I achieve this?

11 Answers
11

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *