diff --git a/.gitignore b/.gitignore
index 649d90a68d1a343ae5184ea68ad9f3637e22dbe9..8ce1370cbc503d2a01c23d42947272fcd8be5d56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -296,14 +296,17 @@ $RECYCLE.BIN/
 # End of https://www.gitignore.io/api/r,perl,macos,linux,python,windows
 
 # nextflow analysis folders/files
-/test_data/*.fastq.gz
-/test_data/*.fastq
+/test_data/*
 /workflow/.nextflow/*
 /workflow/work/*
 /workflow/output/*
+/.nextflow/*
+/data/*
+/work/*
+/output/*
 pipeline_trace*.txt*
 .nextflow*.log*
-report.html*
+report*.html*
 timeline*.html*
 
 *~