From 767f83656d31fc9dbd74c08ca499d755a1fd6cfd Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Tue, 28 Oct 2008 17:41:15 +0300 Subject: [PATCH] Add *.user to all Visual Stidio versions .gitignore --- win/VC71/.gitignore | 1 + win/VC80/.gitignore | 1 + win/VC90/.gitignore | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/win/VC71/.gitignore b/win/VC71/.gitignore index c0bac5034..5c035e465 100644 --- a/win/VC71/.gitignore +++ b/win/VC71/.gitignore @@ -14,3 +14,4 @@ *__x64_Debug* *__Win32_Release* *__x64_Release* +*.user diff --git a/win/VC80/.gitignore b/win/VC80/.gitignore index c0bac5034..5c035e465 100644 --- a/win/VC80/.gitignore +++ b/win/VC80/.gitignore @@ -14,3 +14,4 @@ *__x64_Debug* *__Win32_Release* *__x64_Release* +*.user diff --git a/win/VC90/.gitignore b/win/VC90/.gitignore index 9123b0a96..5c035e465 100644 --- a/win/VC90/.gitignore +++ b/win/VC90/.gitignore @@ -14,4 +14,4 @@ *__x64_Debug* *__Win32_Release* *__x64_Release* -*.user \ No newline at end of file +*.user -- 2.11.4.GIT