From b58a4741051cd4745049d06455925c7e1c9f2142 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Sat, 16 Nov 2013 00:21:12 +0000 Subject: Ignore *.suo and *.user as these are user specific preference files from Visual Studio http://stackoverflow.com/questions/72298/should-i-add-the-visual-studio-suo-and-user-files-to-source-control --- .gitignore | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fce3a05..aa3e024 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,12 @@ *.pidb *.dll.build *.dll + +# Ignore .user and .suo files as these are user preference specific +# http://stackoverflow.com/questions/72298/should-i-add-the-visual-studio-suo-and-user-files-to-source-control +*.suo +*.user + *.VisualState.xml */*/obj */*/*/obj @@ -65,11 +71,6 @@ bin/crashes/ Examples/*.dll OpenSim.build OpenSim.sln -OpenSim.suo - -# This is generated if a vs2010 OpenSim.sln is loaded into vs2012 -OpenSim.v11.suo - OpenSim.userprefs Prebuild/Prebuild.build Prebuild/Prebuild.sln -- cgit v1.1