From: <log...@li...> - 2015-04-03 21:47:48
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Log4cpp Git repository.". The branch, master has been updated via 5edecddcd97bffa53692affcab2a39e0dfbfc035 (commit) from 1d93139cc8d083d38d3ab832283b0a86c900a9e4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://sourceforge.net/p/log4cpp/codegit/ci/ commit 5edecddcd97bffa53692affcab2a39e0dfbfc035 Author: Alexander Perepelkin <san...@us...> Date: Sat Apr 4 01:46:26 2015 +0400 DailyRollingFileAppender: add empty nested dirs diff --git a/msvc10/testDailyRollingFileAppender/nesteddir/.gitignore b/msvc10/testDailyRollingFileAppender/nesteddir/.gitignore new file mode 100644 index 0000000..6cc7404 --- /dev/null +++ b/msvc10/testDailyRollingFileAppender/nesteddir/.gitignore @@ -0,0 +1 @@ +*.log.* diff --git a/tests/nesteddir/.gitignore b/tests/nesteddir/.gitignore new file mode 100644 index 0000000..6cc7404 --- /dev/null +++ b/tests/nesteddir/.gitignore @@ -0,0 +1 @@ +*.log.* ----------------------------------------------------------------------- Summary of changes: .../nesteddir/.gitignore | 1 + tests/nesteddir/.gitignore | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) create mode 100644 msvc10/testDailyRollingFileAppender/nesteddir/.gitignore create mode 100644 tests/nesteddir/.gitignore hooks/post-receive -- Log4cpp Git repository. |