From 1f789fe3679d0c27d868ee066c7cacd9caf781aa Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sun, 13 Aug 2017 19:13:32 -0700 Subject: [PATCH] Initialize repository with a standard .gitignore --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9ef16cb --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +#ignore thumbnails created by windows +Thumbs.db +#ignore Desktop Services Store created by OSX +.DS_Store +#Ignore files built 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 +*.bak +*.save +obj/ +[Rr]elease*/ +_ReSharper*/ +[Tt]est[Rr]esult* +*.o +*~ +*# +ipch/