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 11:47:24 UTC

[commons-functor] branch master updated: Git ignore Eclipse files and folders and then some

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


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

commit ad59663524bf6a74c48038b429a984220a19c755
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Sep 26 07:46:31 2022 -0400

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

diff --git a/.gitignore b/.gitignore
index 2f7896d..6a1e48f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,11 @@
 target/
+.project
+.classpath
+.settings/
+.idea/
+*.iml
+*.iws
+.DS_Store
+.vscode/
+*.code-workspace
+.history/