From 583a409d119040938db8f7d24abf2c3dd76886d3 Mon Sep 17 00:00:00 2001 From: "gu.martinm@gmail.com" Date: Sat, 22 Feb 2014 14:29:24 +0100 Subject: [PATCH] Update gitignore file: remove .userprefs file --- .gitignore | 1 + CSharpInDepth/Chapter4/Chapter4.userprefs | 12 ------------ CSharpInDepth/Chapter5/Chapter5.userprefs | 13 ------------- CSharpInDepth/Chapter6/Chapter6.userprefs | 12 ------------ CSharpInDepth/Chapter7/Chapter7.userprefs | 14 -------------- Mono/RemoteAgents/GTKLinux.userprefs | 16 ---------------- 6 files changed, 1 insertion(+), 67 deletions(-) delete mode 100644 CSharpInDepth/Chapter4/Chapter4.userprefs delete mode 100644 CSharpInDepth/Chapter5/Chapter5.userprefs delete mode 100644 CSharpInDepth/Chapter6/Chapter6.userprefs delete mode 100644 CSharpInDepth/Chapter7/Chapter7.userprefs delete mode 100644 Mono/RemoteAgents/GTKLinux.userprefs diff --git a/.gitignore b/.gitignore index 1252c0e..0e8bebf 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ *.suo *.user *.sln.docstates +*.userprefs # Build results [Dd]ebug/ diff --git a/CSharpInDepth/Chapter4/Chapter4.userprefs b/CSharpInDepth/Chapter4/Chapter4.userprefs deleted file mode 100644 index 6d185f1..0000000 --- a/CSharpInDepth/Chapter4/Chapter4.userprefs +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/CSharpInDepth/Chapter5/Chapter5.userprefs b/CSharpInDepth/Chapter5/Chapter5.userprefs deleted file mode 100644 index d763d61..0000000 --- a/CSharpInDepth/Chapter5/Chapter5.userprefs +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/CSharpInDepth/Chapter6/Chapter6.userprefs b/CSharpInDepth/Chapter6/Chapter6.userprefs deleted file mode 100644 index 4e1c5cc..0000000 --- a/CSharpInDepth/Chapter6/Chapter6.userprefs +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/CSharpInDepth/Chapter7/Chapter7.userprefs b/CSharpInDepth/Chapter7/Chapter7.userprefs deleted file mode 100644 index e853d2e..0000000 --- a/CSharpInDepth/Chapter7/Chapter7.userprefs +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Mono/RemoteAgents/GTKLinux.userprefs b/Mono/RemoteAgents/GTKLinux.userprefs deleted file mode 100644 index 885cc1c..0000000 --- a/Mono/RemoteAgents/GTKLinux.userprefs +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file -- 2.1.4