From ab05f9359f5fda0a17a7bd095ebd91ce23a7276f Mon Sep 17 00:00:00 2001 From: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Date: Fri, 29 Nov 2013 13:27:45 +0200 Subject: [PATCH] Added .gitignore --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..4bd1c9d8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# This file is used to ignore files which are generated in the Qt build system +# ---------------------------------------------------------------------------- + +demo/virtualkeyboard +!qtvkb/hunspell/config.h +!qtvkb/hunspell/hunspell.pro +qtvkb/hunspell/* +qtvkb/doc/html + +*.pro.user +*.a +*.so +*.moc +*.o +*.obj +*.rcc +Makefile* + -- GitLab