Tag Archives: version control

Recursively ignoring multiple file patterns in subversion

There are a few filetypes that you likely don’t want to add into any subversion repository, such as .pyc, .log, and .bak files. Not only do they not need to be in the repo, but you also probably don’t appreciate … Continue reading

Posted in CLI | Tagged , , , | 6 Comments