Repository: storm Updated Branches: refs/heads/1.x-branch 20ba5189f -> 652d2f6eb
refactor gitignore Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/74e31c27 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/74e31c27 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/74e31c27 Branch: refs/heads/1.x-branch Commit: 74e31c27acc36558f8b6011586261bd86662c5cb Parents: 1cfaf12 Author: Xin Wang <[email protected]> Authored: Sun Mar 27 17:37:40 2016 +0800 Committer: Xin Wang <[email protected]> Committed: Tue Mar 29 22:10:39 2016 +0800 ---------------------------------------------------------------------- .gitignore | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/74e31c27/.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*
