From f5e78ca401e76acad3dd27db5e7d096b2aaa88b8 Mon Sep 17 00:00:00 2001 From: prabirshrestha_cp <234d62473ac96ec18e06101af196b69856ef3c02FUJjrt6S> Date: Mon, 17 May 2010 15:17:39 +0000 Subject: [PATCH] + .gitignore --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..b084b81c5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# Visual Studio Ignores +bin/ +obj/ + +*.suo +*.user + +*.ncb + +# Resharper Ignores +_ReSharper.*/ +*.resharper.user + +# vim Ignore +*.swp + +# kdiff3 Ignore +*.orig + +# Misc Ignores +Thumbs.db