From 722e78db3a201e2f9c18116fd548f48f137a9ed0 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Sat, 28 Jul 2012 16:34:17 +0200 Subject: [PATCH] Git: ignore compiled UI & QRC files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f963259..b9efdf8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ debian/qasim/ qasim/map_view_ui.rb destdir/ debian/qasim/ +*_ui.rb +*_qrc.rb