[java-idp-plugin-duo] branch master updated: Fix gitignore sprawl.

Phil Smart philip.smart at jisc.ac.uk
Tue Jul 14 14:34:53 UTC 2020


This is an automated email from the git hooks/post-receive script.

philsmart pushed a commit to branch master
in repository java-idp-plugin-duo.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=d5862c2679ecca8c00f9d6203450f5c9198eae9d

The following commit(s) were added to refs/heads/master by this push:
       new  d5862c2   Fix gitignore sprawl.
d5862c2 is described below

commit d5862c2679ecca8c00f9d6203450f5c9198eae9d
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Jul 14 15:34:50 2020 +0100

    Fix gitignore sprawl.
---
 .gitignore                          | 3 +++
 idp-duo-api/.gitignore              | 3 ---
 idp-duo-api/.sts4-cache/.gitignore  | 1 -
 idp-duo-distribution/.gitignore     | 1 -
 idp-duo-impl/.gitignore             | 4 ----
 idp-duo-impl/.sts4-cache/.gitignore | 1 -
 6 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/.gitignore b/.gitignore
index bcef0de..56fdedf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,6 @@
 classpath:
 /.checkstyle
 /.DS_Store
+target/
+bin/
+test-output/
\ No newline at end of file
diff --git a/idp-duo-api/.gitignore b/idp-duo-api/.gitignore
deleted file mode 100644
index 87c484d..0000000
--- a/idp-duo-api/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-/target
-/test-output
-/.checkstyle
diff --git a/idp-duo-api/.sts4-cache/.gitignore b/idp-duo-api/.sts4-cache/.gitignore
deleted file mode 100644
index 602f6bb..0000000
--- a/idp-duo-api/.sts4-cache/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/classpath-data.json
diff --git a/idp-duo-distribution/.gitignore b/idp-duo-distribution/.gitignore
deleted file mode 100644
index b83d222..0000000
--- a/idp-duo-distribution/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/target/
diff --git a/idp-duo-impl/.gitignore b/idp-duo-impl/.gitignore
deleted file mode 100644
index c7d7bf5..0000000
--- a/idp-duo-impl/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-/target
-/test-output
-/.DS_Store
-/.factorypath
diff --git a/idp-duo-impl/.sts4-cache/.gitignore b/idp-duo-impl/.sts4-cache/.gitignore
deleted file mode 100644
index 602f6bb..0000000
--- a/idp-duo-impl/.sts4-cache/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/classpath-data.json

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list