From 112ffd3536f6c3820ec354b08c40ff718f4e5c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Lepp=C3=A4nen?= Date: Tue, 10 Dec 2019 14:47:48 +0200 Subject: [PATCH] Add .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomi Leppänen --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..318c747 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +/RPMS/ +*.list +*.moc +*.o +*.pc +*.so +*.so.* +moc_* +qt/Makefile