From 8fbdbb12aabda25b0da53016b2819fa3a14f359b Mon Sep 17 00:00:00 2001 From: koeart <koeart@zwoelfelf.org> Date: 周一, 24 8月 2015 06:07:53 +0800 Subject: [PATCH] Update parser example with ParamCopyText --- .gitignore | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 74a71f5..f57d93d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +# VIM/KDevelop Files +*.swp +*.kdev4 +.kdev4/ +*.kate-swp + # Object files *.o @@ -23,4 +29,5 @@ /libscpi/obj/ /libscpi/dist/ -/nbproject/ \ No newline at end of file +/nbproject/ +*.bak -- Gitblit v1.9.1