From c2ebef368c54b3bad303dd27a504871145a78438 Mon Sep 17 00:00:00 2001 From: Rod Widdowson Date: Mon, 2 May 2016 11:00:30 +0100 Subject: [PATCH] Rationalize .gitignore --- .gitignore | 11 ++++++++--- projects/vc10/.gitignore | 4 ---- projects/vc14/.gitignore | 4 ---- xmltooling/.gitignore | 6 ------ xmltoolingtest/.gitignore | 4 ---- 5 files changed, 8 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index aa24900..147b90e 100644 --- a/.gitignore +++ b/.gitignore @@ -15,14 +15,20 @@ *~ *.#* .*.swp +*.vcxproj.user +Projects/vc??/xmltoolingtest/*.cpp +Projects/vc10/ipch/ +Projects/vc14/cpp-xmltooling.VC.opendb +Projects/vc??/xmltoolingtest/Debug/ +Projects/vc??/xmltoolingtest/x64/ +Projects/vc??/xmltoolingtest/Release/ + .DS_store # Simulated Subversion default ignores end here /xmltooling-uninstalled.sh # The contents of the svn:ignore property on the branch root. -/Debug /*.ncb *.suo -/Release /aclocal.m4 /autom4te.cache /config.guess @@ -46,7 +52,6 @@ /.project /.cproject /doxyfile -/x64 /Portfile /*.gz *.opensdf diff --git a/projects/vc10/.gitignore b/projects/vc10/.gitignore index 3db71f5..680e089 100644 --- a/projects/vc10/.gitignore +++ b/projects/vc10/.gitignore @@ -1,12 +1,8 @@ /Debug /*.lo /*.la -/*.user /*.cpp -/Release /.deps /.libs /Makefile /Makefile.in -/x64 -/ipch \ No newline at end of file diff --git a/projects/vc14/.gitignore b/projects/vc14/.gitignore index 3db71f5..38e1faf 100644 --- a/projects/vc14/.gitignore +++ b/projects/vc14/.gitignore @@ -1,12 +1,8 @@ -/Debug /*.lo /*.la /*.user /*.cpp -/Release /.deps /.libs /Makefile /Makefile.in -/x64 -/ipch \ No newline at end of file diff --git a/xmltooling/.gitignore b/xmltooling/.gitignore index d083c64..7577037 100644 --- a/xmltooling/.gitignore +++ b/xmltooling/.gitignore @@ -1,15 +1,9 @@ -/Debug -/*.user -/Release /config_pub.h /.deps /.libs /Makefile /Makefile.in /stamp-h2 -/xmltooling-lite-Debug -/xmltooling-lite-Release -/x64 /*.aps /*.lo /*.la diff --git a/xmltoolingtest/.gitignore b/xmltoolingtest/.gitignore index 9dda6f7..1750fb9 100644 --- a/xmltoolingtest/.gitignore +++ b/xmltoolingtest/.gitignore @@ -1,12 +1,8 @@ -/Debug /*.lo /*.la /*.user -/*.cpp -/Release /.deps /.libs /Makefile /Makefile.in /xmltoolingtest -/x64 -- 2.1.4