You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/24 11:54:22 UTC

[sling-org-apache-sling-pipes] branch master updated: SLING-7213 - Add a default .gitignore file to every module

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-pipes.git


The following commit(s) were added to refs/heads/master by this push:
     new 0782308  SLING-7213 - Add a default .gitignore file to every module
0782308 is described below

commit 07823083f980c496fb0f7c62f9d001cf23477fda
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Oct 24 13:41:01 2017 +0200

    SLING-7213 - Add a default .gitignore file to every module
---
 .gitignore | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index f94af05..5b783ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,17 @@
-target
+/target
 .idea
 .classpath
+.metadata
 .project
 .settings
+.externalToolBuilders
+maven-eclipse.xml
+*.swp
 *.iml
-bin
-.DS_Store
\ No newline at end of file
+*.ipr
+*.iws
+*.bak
+.vlt
+.DS_Store
+jcr.log
+atlassian-ide-plugin.xml

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].