From b72c549dbcdc4c260d78111c363368716123c0d2 Mon Sep 17 00:00:00 2001 From: cnjinhao Date: Sat, 13 Dec 2014 01:38:48 +0800 Subject: [PATCH] Adding .gitignore file This file was created by qPCR4vir. --- .gitignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f6f1e54d --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +#This .gitignore created by qPCR4vir +#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 +*.tlb +*.tlh +*.bak +*.cache +*.ilk +*.log +[Bb]in +[Dd]ebug*/ +*.lib +*.sbr +obj/ +[Rr]elease*/ +_ReSharper*/ +[Tt]est[Rr]esult* +*.suo +*.sdf \ No newline at end of file