This is an automated email from the ASF dual-hosted git repository.
vorburger pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 75f7c59 add .project and .settings/ to .gitignore
75f7c59 is described below
commit 75f7c5947d96c04eb36ffc129b04d54c3b5467ef
Author: Michael Vorburger <[email protected]>
AuthorDate: Fri Jan 10 17:07:00 2020 +0100
add .project and .settings/ to .gitignore
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index a2c1a00..ecdabc5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,9 @@
*.jar
*.war
*.ear
+.classpath
+.project
+.settings
.gradle
build
*.iml