diff --git a/source/merge.py b/source/merge.py
index 33f3c6bea047c5d79268e2c3cbbc600648982ca8..b8f4894fe9966da536646e84f444ad19e37c5bfb 100644
--- a/source/merge.py
+++ b/source/merge.py
@@ -16,7 +16,7 @@ def main():
     
     file_path = config.output
 
-    files = [file_path+'/'+f for f in os.listdir(file_path)]
+    files = [file_path+f for f in os.listdir(file_path) if '.absinth' in f]
 
     results = list()