You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/05/21 17:12:00 UTC

[maven-dependency-plugin] branch ignore created (now 56b5040)

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

elharo pushed a change to branch ignore
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git.


      at 56b5040  add versions backup files to .gitignore

This branch includes the following new commits:

     new 56b5040  add versions backup files to .gitignore

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-dependency-plugin] 01/01: add versions backup files to .gitignore

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch ignore
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit 56b5040d190a5f0f3a9c550491580618e014b292
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Thu May 21 13:11:43 2020 -0400

    add versions backup files to .gitignore
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 7c274b6..3008858 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@ bin/
 # Intellij
 *.ipr
 *.iml
+*.versionsBackup
 .idea
 out/
 .DS_Store