Description
For people using the commons-compress.git mirror it would be useful to have basic .gitignore and .gitattributes files present at the root of the Commons Compress checkout.
The following settings work fine for me on a Windows/Eclipse environment:
$ cat .gitignore target .project .classpath .settings $ cat .gitattributes src/test/resources/longfile_gnu.ar eol=lf src/test/resources/longfile_bsd.ar eol=lf src/test/resources/longpath/minotaur.ar eol=lf