[
https://issues.apache.org/jira/browse/ZOOKEEPER-2557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15471142#comment-15471142
]
Patrick Hunt edited comment on ZOOKEEPER-2557 at 9/7/16 5:00 PM:
-----------------------------------------------------------------
Hi Edward, this makes sense. Thanks. One question though, did you compare what
we have ignored in svn to your new list? Perhaps you could review and ensure
that everything we have in svn is replicated in git? I see the following:
----
{noformat}
svn propget -R svn:ignore .
. - build
.revision
.settings
.eclipse
.classpath
.project
src/c - *generated*
.cproject
.project
src/c/src - .dirstamp
src/java - .classpath
.project
generated
bin
src/java/lib - ivy-*.jar
ant-eclipse-*.jar
src/java/test - .classpath
.project
{noformat}
was (Author: phunt):
Hi Edward, this makes sense. Thanks. One question though, did you compare what
we have ignored in svn to your new list? Perhaps you could review and ensure
that everything we have in svn is replicated in git? I see the following:
----
svn propget -R svn:ignore .
. - build
.revision
.settings
.eclipse
.classpath
.project
src/c - *generated*
.cproject
.project
src/c/src - .dirstamp
src/java - .classpath
.project
generated
bin
src/java/lib - ivy-*.jar
ant-eclipse-*.jar
src/java/test - .classpath
.project
> Update gitignore to account for other file extensions
> -----------------------------------------------------
>
> Key: ZOOKEEPER-2557
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2557
> Project: ZooKeeper
> Issue Type: Improvement
> Affects Versions: 3.4.8
> Reporter: Edward Ribeiro
> Assignee: Edward Ribeiro
> Priority: Trivial
> Labels: easyfix
> Attachments: ZOOKEEPER-2557.patch
>
>
> We are in the process of moving from subversion to git, but I have seen that
> the current ZK's {{gitignore}} doesn't account for many spurious types of
> files (e.g., *.swp, *.tmp) as well as other files created by IDEs (Eclipse,
> Intellij and NetBeans), among other file extensions.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)