From fe805a726cdc6101d66871d36842777650deab72 Mon Sep 17 00:00:00 2001 From: amrita@123 Date: Wed, 6 Apr 2016 17:11:45 +0530 Subject: [PATCH] Added few files which need to be ignored. --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+), 0 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2c5b0d1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# git ignore file +[Bb]in +[Dd]ebug*/ +*.lib +Thumbs.db +*.obj +*.exe +*.pdb +*.user +*.aps +*.pch +*.vspscc +*_i.c +*_p.c +*.ncb +*.suo +*.sln.docstates +*.tlb +*.tlh +*.bak +*.cache +*.ilk +*.log \ No newline at end of file -- libgit2 0.21.4