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
Priority: Trivial
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