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 2022/09/26 12:26:31 UTC

[commons-jxpath] branch master updated: Git ignore Eclipse files and folders

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-jxpath.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b694a4  Git ignore Eclipse files and folders
4b694a4 is described below

commit 4b694a44482582d23183e36c88ecb50c803d25d3
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Sep 26 08:26:28 2022 -0400

    Git ignore Eclipse files and folders
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 7ab3494..9af163c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
 # Maven build files
 target
 
+/.classpath
+/.project
+/.settings/