You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/12/24 14:43:42 UTC

[commons-ognl] branch master updated: Ignore Eclipse artifacts.

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/commons-ognl.git


The following commit(s) were added to refs/heads/master by this push:
     new 977fc10  Ignore Eclipse artifacts.
977fc10 is described below

commit 977fc10840df4394d86a80b9645b1c9600f25e9c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 24 09:43:38 2020 -0500

    Ignore Eclipse artifacts.
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index f46a5ea..183d14c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,6 @@
 target/
 .idea/
 *.iml
+/.classpath
+/.project
+/.settings/