Repository: storm Updated Branches: refs/heads/master e14f42993 -> 2f1411da3
refactor gitignore Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/e58c67ae Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/e58c67ae Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/e58c67ae Branch: refs/heads/master Commit: e58c67aef255ee54f392814f1ac998da7d29ba51 Parents: f118060 Author: Xin Wang <[email protected]> Authored: Sun Mar 27 17:37:40 2016 +0800 Committer: Xin Wang <[email protected]> Committed: Sun Mar 27 17:37:40 2016 +0800 ---------------------------------------------------------------------- .gitignore | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/e58c67ae/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 6ec109b..5c66aba 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,7 @@ /classes /lib deploy/lib -deploy/logs .emacs-project -*.jar bin/jzmq .DS_Store deploy/classes @@ -21,23 +19,38 @@ _release *.zip *.tar.gz .lein-deps-sum -*.iml target /.project/ /.lein-plugins/ -*.ipr -*.iws -.idea #.* !/.travis.yml !/.gitignore _site dependency-reduced-pom.xml -derby.log metastore_db +build +/docs/javadocs +*.class + +# logs +logs +*.log + +# Eclipse .settings/ .project .classpath -logs -build -/docs/javadocs + +# Intellij +*.iml +*.ipr +*.iws +.idea + +# Package Files +*.jar +*.war +*.ear + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid*
