You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ts...@apache.org on 2021/12/18 10:54:11 UTC

[logging-log4cxx] branch master updated: Ignore some additional dirs of my Visual Studio setup. the former "src/.vs|out" was a mistake most likely, resulting from running Visual Studio in the wrong dir level of the project.

This is an automated email from the ASF dual-hosted git repository.

tschoening pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


The following commit(s) were added to refs/heads/master by this push:
     new fa0e2e4  Ignore some additional dirs of my Visual Studio setup. the former "src/.vs|out" was a mistake most likely, resulting from running Visual Studio in the wrong dir level of the project.
fa0e2e4 is described below

commit fa0e2e4d9e7098e3811e41818b61724d41d9e6ff
Author: Thorsten Schöning <ts...@am-soft.de>
AuthorDate: Sat Dec 18 11:54:05 2021 +0100

    Ignore some additional dirs of my Visual Studio setup. the former "src/.vs|out" was a mistake most likely, resulting from running Visual Studio in the wrong dir level of the project.
---
 .gitignore | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index a845dd5..dfc659d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,15 +20,16 @@ pom.xml.releaseBackup
 release.properties
 
 autom4te.cache/
-src/.vs
-src/**/__history
+.vs/
+out/
+src/**/__history/
 src/main/cpp/.libs/
 src/main/cpp/liblog4cxx.la
 src/main/include/log4cxx/log4cxx.h
 src/main/include/log4cxx/private/log4cxx_private.h
-src/out
 src/site/doxy/Doxyfile
 src/site/doxy/manual/
+src/test/cpp/Testing/
 src/test/resources/org/
 src/test/resources/output/
 target/