From ab472108c5839addf16f9e62c7039d2f8233c571 Mon Sep 17 00:00:00 2001 From: Carl Furrow Date: Tue, 9 Nov 2010 04:53:41 +0800 Subject: [PATCH] Adding C# ignores --- CSharp.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CSharp.gitignore diff --git a/CSharp.gitignore b/CSharp.gitignore new file mode 100644 index 00000000..14affece --- /dev/null +++ b/CSharp.gitignore @@ -0,0 +1,11 @@ +# Visual Studio per-user files +*.suo +*.user + +# ReSharper meta directory +_ReSharper* + +# Build Folders (you can keep bin if you'd like, to store dlls and pdbs) +bin +obj +