From 37a293243932cb3b2021ef91377c70e610dd5fc5 Mon Sep 17 00:00:00 2001 From: Howard Li <bighorn@pursuitofchallenge.com> Date: 周日, 19 4月 2020 12:09:28 +0800 Subject: [PATCH] Refactor SCPI_RegSet and SCPI_CoreCls --- .gitignore | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index cdb9024..ab2dd72 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +# VIM/KDevelop Files +*.swp +*.kdev4 +.kdev4/ +*.kate-swp + # Object files *.o @@ -23,3 +29,10 @@ /libscpi/obj/ /libscpi/dist/ +/nbproject/ +*.bak + +# Code coverage files +*.gcno +*.gcda +*.gcov -- Gitblit v1.9.1