You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2013/02/20 09:09:05 UTC

[1/2] git commit: proper default .gitignore file for maven

proper default .gitignore file for maven


Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/c9a1cfe6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/c9a1cfe6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/c9a1cfe6

Branch: refs/heads/master
Commit: c9a1cfe6d7ef008b0c97d9fd2cd0f10e7bac0632
Parents: f783993
Author: Sergio Fernández <wi...@apache.org>
Authored: Wed Feb 20 09:07:56 2013 +0100
Committer: Sergio Fernández <wi...@apache.org>
Committed: Wed Feb 20 09:07:56 2013 +0100

----------------------------------------------------------------------
 .gitignore |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/c9a1cfe6/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index b1e1bc6..428fb1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,8 +6,11 @@
 *.iws
 *.iml
 *.db
-*/.project
-*/.classpath
-*/.externalToolBuilders/**
-*/.settings/**
-*/target/**
+.project
+.classpath
+.externalToolBuilders
+.externalToolBuilders/*
+.settings
+.settings/*
+target
+target/*