From 545278b442050151327b7cb61b39276934cf808c Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Fri, 24 Sep 2010 09:27:36 -0700 Subject: [PATCH] updated .gitignore --- .gitignore | 38 +++++++++++++++++++++++++++++--------- 1 file changed, 29 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 0bafbdbb9..f9ece05bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,32 @@ -_ReSharper.* -bin -obj -/bin/* -/obj/* -build -dist -*.suo -*resharper* + +#ignore thumbnails created by windows +Thumbs.db +#Ignore files build by Visual Studio +*.obj +*.exe +*.pdb *.user +*.aps +*.pch +*.vspscc +*_i.c +*_p.c +*.ncb +*.suo +*.tlb +*.tlh +*.bak *.cache +*.ilk +*.log +[Bb]in +[Dd]ebug*/ +*.lib +*.sbr +obj/ +[Rr]elease*/ +_ReSharper*/ +[Tt]est[Rr]esult + +#NZBDrone specific nzbdrone.db \ No newline at end of file