[java-idp-testbed] branch master updated: Ignore log files.

Scott Cantor cantor.2 at osu.edu
Tue Feb 28 15:18:19 EST 2017


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

scantor pushed a commit to branch master
in repository java-idp-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=3042d7eda1821a8221ba8c58df9c0c97f1a144a3

The following commit(s) were added to refs/heads/master by this push:
       new  3042d7e   Ignore log files.
3042d7e is described below

commit 3042d7eda1821a8221ba8c58df9c0c97f1a144a3
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 28 15:18:11 2017 -0500

    Ignore log files.
---
 .gitignore | 43 ++++++++++++++++++++++---------------------
 1 file changed, 22 insertions(+), 21 deletions(-)

diff --git a/.gitignore b/.gitignore
index 2a57ded..fdc46ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,21 +1,22 @@
-# A simulation of Subversion default ignores, generated by reposurgeon.
-*.o
-*.lo
-*.la
-*.al
-*.libs
-*.so
-*.so.[0-9]*
-*.a
-*.pyc
-*.pyo
-*.rej
-*~
-*.#*
-.*.swp
-.DS_store
-# Simulated Subversion default ignores end here
-# The contents of the svn:ignore property on the branch root.
-/target
-/test-output
-/classpath*
+# A simulation of Subversion default ignores, generated by reposurgeon.
+*.o
+*.lo
+*.la
+*.al
+*.libs
+*.so
+*.so.[0-9]*
+*.a
+*.pyc
+*.pyo
+*.rej
+*~
+*.#*
+.*.swp
+.DS_store
+# Simulated Subversion default ignores end here
+# The contents of the svn:ignore property on the branch root.
+/target
+/test-output
+/src/main/resources/logs
+*.iml

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


More information about the commits mailing list