From deae06da9f6a9b99b20d33d0111c8f358e38f1a8 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周一, 10 8月 2015 20:08:37 +0800 Subject: [PATCH] Resolve #39: Correct handling of unsigned integers --- .gitignore | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 0331bbb..fe63480 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,13 @@ *.exe *.out *.app +*.test +examples/*/test + +# Backup files +*~ +/libscpi/obj/ +/libscpi/dist/ + +/nbproject/ +*.bak -- Gitblit v1.9.1