From e7aee4d939c324c6a3090cb391500d7e1909bf30 Mon Sep 17 00:00:00 2001 From: Iztok Jeras <iztok.jeras@redpitaya.com> Date: ćšć, 08 10æ 2015 03:00:34 +0800 Subject: [PATCH] integer parser: updated tests to use snprintf for reference strings, started using C99 standard --- .gitignore | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 0331bbb..f57d93d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +# VIM/KDevelop Files +*.swp +*.kdev4 +.kdev4/ +*.kate-swp + # Object files *.o @@ -15,3 +21,13 @@ *.exe *.out *.app +*.test +examples/*/test + +# Backup files +*~ +/libscpi/obj/ +/libscpi/dist/ + +/nbproject/ +*.bak -- Gitblit v1.9.1