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 15:58:02 UTC

[maven-plugin-testing] 01/01: ignore .checkstyle file from eclipse

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

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

commit ebd98d301151f1740bb354ff4f79fa201b38f7c0
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Mon Jun 15 11:57:37 2020 -0400

    ignore .checkstyle file from eclipse
---
 .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