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