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/06/15 16:20:59 UTC

[maven-plugin-testing] branch master updated: ignore .checkstyle file from eclipse (#15)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b873a2a  ignore .checkstyle file from eclipse (#15)
b873a2a is described below

commit b873a2a6c8233e6fb97849b57eff6c9bd73e0f3f
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Mon Jun 15 12:20:50 2020 -0400

    ignore .checkstyle file from eclipse (#15)
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 5006e87..3a77bd2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@ target
 .classpath
 .project
 .settings
+.checkstyle
 #idea
 *.iml
 .idea