From 8d0d9caedc40779dd25ddae46d3889185a1f4189 Mon Sep 17 00:00:00 2001 From: Maciej Aniserowicz Date: Mon, 17 Dec 2012 09:02:19 +0100 Subject: [PATCH] initial commit with .gitignore --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2a0b4bd --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +##################### +# Project-specific +##################### + +##################### +# Visual Studio +##################### +*.user +*.suo +*.sln.cache + +##################### +# Build +##################### +bin/ +obj/ + +##################### +# nCrunch +##################### +*.crunch*.local.xml +*.crunchsolution.cache +*.ncrunchproject +*.ncrunchsolution + +##################### +# Resharper +##################### +*.resharper +*\_ReSharper* +*_ReSharper* + +##################### +# StyleCop +##################### +StyleCop.Cache \ No newline at end of file