From fcb6c5678a94ea62bab2511f615199a752d34eb8 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Fri, 22 Jan 2021 16:09:32 -0500 Subject: [PATCH] Fixed gitignore --- .gitignore | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c347c5b..a3ed8f9 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,29 @@ obj/ _ReSharper*/ [Tt]est[Rr]esult [Bb]uild[Ll]og.* -*.swp \ No newline at end of file +*.swp +*.userprefs +*.obj +*.pdb +*.user +*.aps +*.pch +*.vspscc +*.vssscc +*.pidb +*_i.c +*_p.c +*.ncb +*.suo +*.tlb +*.tlh +*.bak +*.cache +*.ilk +*.log +*.lib +*.sbr +*.scc +*.[Rr]e[Ss]harper +*.zip +*.[Pp]ublish.xml \ No newline at end of file