You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Harsh J (Assigned) (JIRA)" <ji...@apache.org> on 2011/12/29 17:33:31 UTC

[jira] [Assigned] (ZOOKEEPER-1345) Add a .gitignore file with general exclusions and Eclipse project files excluded

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harsh J reassigned ZOOKEEPER-1345:
----------------------------------

    Assignee: Harsh J
    
> Add a .gitignore file with general exclusions and Eclipse project files excluded
> --------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-1345
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1345
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 3.5.0
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Trivial
>         Attachments: ZOOKEEPER-1345.patch
>
>
> I tried looking for an .gitignore file in the ZK sources but I could not find one.
> Preferably, we could add one with the following:
> {code}
> #	.classpath
> #	.eclipse/
> #	.project
> #	.revision/
> #	.settings/
> #	build/
> #	src/c/generated/
> #	src/java/generated/
> #	src/java/lib/ant-eclipse-1.0-jvm1.2.jar
> #	src/java/lib/ivy-2.2.0.jar
> {code}
> To avoid losing much when doing "git clean -fd" and the likes while cleaning up the working repo dirs during development. This will aid those who use git mirrors for contributions a lot.

--
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