From 52cf848ae9daa2b0a24616ee6fe43ba7fce340c2 Mon Sep 17 00:00:00 2001 From: strawmanbobi Date: Tue, 2 Oct 2018 19:34:40 +0800 Subject: [PATCH] ignore vc project configure files --- src/ir_decoder/.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ir_decoder/.gitignore b/src/ir_decoder/.gitignore index 504ad78..c91668f 100644 --- a/src/ir_decoder/.gitignore +++ b/src/ir_decoder/.gitignore @@ -15,4 +15,6 @@ Release/ ir_decoder.vcxproj.user irda_decoder.exe.stackdump ir_decoder.VC.db -ir_decoder.VC.VC.opendb \ No newline at end of file +ir_decoder.VC.VC.opendb +ir_decoder.vcxproj.filters +ir_decoder.vcxproj \ No newline at end of file