[
https://issues.apache.org/jira/browse/COMPRESS-190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jukka Zitting updated COMPRESS-190:
-----------------------------------
Attachment: 0001-COMPRESS-190-Git-settings-for-commons-compress.patch
Patch attached.
> 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
> Labels: git
> Attachments: 0001-COMPRESS-190-Git-settings-for-commons-compress.patch
>
>
> 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