diff --git a/config/.gitignore b/config/.gitignore
index 08908afc5703f7db42f55aabbc041de8f2961956..b2b7fad5717e6b535230bea332eda579cf510502 100644
--- a/config/.gitignore
+++ b/config/.gitignore
@@ -1,2 +1,4 @@
-*.xml
-*.txt
\ No newline at end of file
+sumas.xml
+sumasEn.xml
+blacklistUrl.txt
+blacklistDomains.txt
\ No newline at end of file
diff --git a/resources/views/layouts/resultPage.blade.php b/resources/views/layouts/resultPage.blade.php
index edc0a5dc507653eda38542296da3dbfd3a928543..f9f1cd0ab52da135d6b997a257372d893d57b833 100644
--- a/resources/views/layouts/resultPage.blade.php
+++ b/resources/views/layouts/resultPage.blade.php
@@ -2,7 +2,7 @@
 <html>
 
 <head>
-    <title>test - MetaGer</title>
+    <title>{{ $metager->getQ() }} - MetaGer</title>
     <link href="/css/bootstrap.css" rel="stylesheet" />
     <link href="/css/styleResultPage.css" rel="stylesheet" />
     @if( isset($mobile) )