[java-mvn-enforcer-data] 01/03: Add a custom .gitignore for the keyRings directory
Ian Young
ian at iay.org.uk
Sat Mar 19 19:24:50 UTC 2022
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-mvn-enforcer-data.
View the commit online:
http://git.shibboleth.net/view/?p=java-mvn-enforcer-data.git;a=commit;h=30274976a539359e82604b5e18f3f5b3e880bcb3
commit 30274976a539359e82604b5e18f3f5b3e880bcb3
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Sat Mar 19 12:35:33 2022 +0000
Add a custom .gitignore for the keyRings directory
---
.../net/shibboleth/mvn/enforcer/data/keyRings/.gitignore | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/main/resources/net/shibboleth/mvn/enforcer/data/keyRings/.gitignore b/src/main/resources/net/shibboleth/mvn/enforcer/data/keyRings/.gitignore
new file mode 100644
index 0000000..081f93e
--- /dev/null
+++ b/src/main/resources/net/shibboleth/mvn/enforcer/data/keyRings/.gitignore
@@ -0,0 +1,11 @@
+#
+# .gitignore for the keyRings directory, which should only
+# contain documentation and keyrings as .gpg files.
+#
+
+# Ignore individual key files here.
+*.asc
+
+# Ignore editor temporary files and backups.
+*.bak
+*~
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list