From 39534893a055ad857428e2ad865638da466f81c5 Mon Sep 17 00:00:00 2001 From: strawmanbobi Date: Tue, 25 Jun 2019 22:56:57 +0800 Subject: [PATCH] updated .gitignore to ignore test_bin folder --- src/ir_decoder/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ir_decoder/.gitignore b/src/ir_decoder/.gitignore index c91668f..ce2d38d 100644 --- a/src/ir_decoder/.gitignore +++ b/src/ir_decoder/.gitignore @@ -17,4 +17,5 @@ irda_decoder.exe.stackdump ir_decoder.VC.db ir_decoder.VC.VC.opendb ir_decoder.vcxproj.filters -ir_decoder.vcxproj \ No newline at end of file +ir_decoder.vcxproj +test_bin/ \ No newline at end of file