Jukka Zitting created COMPRESS-190:
--------------------------------------
Summary: Git settings for commons-compress
Key: COMPRESS-190
URL: https://issues.apache.org/jira/browse/COMPRESS-190
Project: Commons Compress
Issue Type: Improvement
Reporter: Jukka Zitting
Priority: Trivial
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:
{code:none}
$ 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
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira