You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2017/07/06 08:28:22 UTC

aries-jax-rs-whiteboard git commit: ignore all eclipse settings in all sub-dirs, m2e should handle these

Repository: aries-jax-rs-whiteboard
Updated Branches:
  refs/heads/master ba62d9220 -> 80aec383a


ignore all eclipse settings in all sub-dirs, m2e should handle these

Signed-off-by: Gregory Amerson <gr...@liferay.com>


Project: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/commit/80aec383
Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/80aec383
Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/80aec383

Branch: refs/heads/master
Commit: 80aec383a93f28c0f91c52234cd812249d9c1649
Parents: ba62d92
Author: Gregory Amerson <gr...@liferay.com>
Authored: Wed Jun 28 17:01:16 2017 -0500
Committer: Carlos Sierra <cs...@apache.org>
Committed: Thu Jul 6 10:28:15 2017 +0200

----------------------------------------------------------------------
 .gitignore | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/80aec383/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index feb04fe..f84903e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,9 +2,9 @@
 .settings
 .idea
 *.iml
-*/.classpath
-*/.project
-*/.settings/
+.classpath
+.project
+.settings/
 */bin/
 **/build/
 **/generated/