nirvdrum / svn2git

Ruby tool for importing existing svn projects into git.
MIT License
2.11k stars 443 forks source link

How to exclude binaries or gitignore patterns or files #279

Open shyam0203 opened 5 years ago

shyam0203 commented 5 years ago

How to exclude binaries or gitignore patterns or files. Can you please provide more details on how to use the exclude option. i want to some some specific pattern file like .jar, .classes, *.ear which are there in svn. I want to apply this to all branches.

Airn5475 commented 4 years ago

I am also struggling with this. I want to exclude all files with the .config file extension.