You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2019/01/31 23:36:53 UTC

[httpcomponents-client] branch master updated: Add Eclipse checkstyle files to git ignore list.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git


The following commit(s) were added to refs/heads/master by this push:
     new 6019998  Add Eclipse checkstyle files to git ignore list.
6019998 is described below

commit 601999881720dd9d9d0ad9825a460eac626cca34
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Thu Jan 31 18:36:52 2019 -0500

    Add Eclipse checkstyle files to git ignore list.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index e5f4c95..aaea36f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,4 +8,5 @@ target
 .idea
 *.iml
 **/log4j2-debug.xml
+**/.checkstyle
 *.bak
\ No newline at end of file