[
https://issues.apache.org/jira/browse/ZOOKEEPER-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13177979#comment-13177979
]
Hudson commented on ZOOKEEPER-1345:
-----------------------------------
Integrated in ZooKeeper-trunk #1413 (See
[https://builds.apache.org/job/ZooKeeper-trunk/1413/])
ZOOKEEPER-1345. Add a .gitignore file with general exclusions and Eclipse
project files excluded (Harsh J via phunt)
phunt : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1225927
Files :
* /zookeeper/trunk/.gitignore
* /zookeeper/trunk/CHANGES.txt
> 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
> Fix For: 3.5.0, 3.3.5, 3.4.3
>
> 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