From 9fa36c9eb1bb294c58b4e4dd7592893f829ce282 Mon Sep 17 00:00:00 2001 From: Justin Fichtner <Justin.Fichtner@lakeshore.com> Date: 周一, 14 8月 2017 23:36:13 +0800 Subject: [PATCH] Add support for STATus:OPERation:CONDition register and general handling of condition registers --- .gitignore | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index ab6d275..ab2dd72 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +# VIM/KDevelop Files +*.swp +*.kdev4 +.kdev4/ +*.kate-swp + # Object files *.o @@ -16,9 +22,17 @@ *.out *.app *.test +examples/*/test # Backup files *~ /libscpi/obj/ /libscpi/dist/ +/nbproject/ +*.bak + +# Code coverage files +*.gcno +*.gcda +*.gcov -- Gitblit v1.9.1