diff --git a/.gitignore b/.gitignore
index 43173e221df354638af24ee1979fc7e286b50352..5a1118350fb7bf07d2d001b9953bcb963d5d68bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,11 +32,14 @@ examples/*/*/*.dat
 examples/*/*/*.png
 examples/*/*/*.pdf
 examples/*/*/*.mp4
-examples/*/*/*.txt
 examples/*/*/*.rst
 examples/*/*/*.hdf5
 examples/*/*/*.csv
 examples/*/*/*.dot
+examples/*/*/energy.txt
+examples/*/*/task_level.txt
+examples/*/*/timesteps_*.txt
+examples/*/*/SFR.txt
 examples/*/*/partition_fixed_costs.h
 examples/*/*/memuse_report-step*.dat
 examples/*/*/memuse_report-step*.log
diff --git a/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml b/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml
index 26caf87fe918e36450f4899e3d2d3a8f4b59e63c..69f7ce79faf38b997b3b5b0ef7fd38977defceec 100644
--- a/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml
+++ b/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml
@@ -29,6 +29,8 @@ Snapshots:
   basename:            eagle # Common part of the name of output files
   scale_factor_first:  0.05
   delta_time:          1.02
+  output_list_on:      1
+  output_list:         ./output_list.txt
 
 # Parameters governing the conserved quantities statistics
 Statistics:
diff --git a/examples/EAGLE_ICs/EAGLE_12/output_list.txt b/examples/EAGLE_ICs/EAGLE_12/output_list.txt
new file mode 100644
index 0000000000000000000000000000000000000000..592ab8483d015fe1bfafe5cc603fabc230b25589
--- /dev/null
+++ b/examples/EAGLE_ICs/EAGLE_12/output_list.txt
@@ -0,0 +1,38 @@
+# Redshift
+18.08
+15.28
+13.06
+11.26
+9.79
+8.57
+7.54
+6.67
+5.92
+5.28
+4.72
+4.24
+3.81
+3.43
+3.09
+2.79
+2.52
+2.28
+2.06
+1.86
+1.68
+1.51
+1.36
+1.21
+1.08
+0.96
+0.85
+0.74
+0.64
+0.55
+0.46
+0.37
+0.29
+0.21
+0.14
+0.07
+0.00
diff --git a/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml b/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml
index ac6692d6c646522a169463d59e7bba57247d36b5..a9af254b7022970a3edcf12ee7a1f9a9a4f12d61 100644
--- a/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml
+++ b/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml
@@ -29,6 +29,8 @@ Snapshots:
   basename:            eagle # Common part of the name of output files
   scale_factor_first:  0.05
   delta_time:          1.02
+  output_list_on:      1
+  output_list:         ./output_list.txt
 
 # Parameters governing the conserved quantities statistics
 Statistics:
diff --git a/examples/EAGLE_ICs/EAGLE_25/output_list.txt b/examples/EAGLE_ICs/EAGLE_25/output_list.txt
new file mode 100644
index 0000000000000000000000000000000000000000..592ab8483d015fe1bfafe5cc603fabc230b25589
--- /dev/null
+++ b/examples/EAGLE_ICs/EAGLE_25/output_list.txt
@@ -0,0 +1,38 @@
+# Redshift
+18.08
+15.28
+13.06
+11.26
+9.79
+8.57
+7.54
+6.67
+5.92
+5.28
+4.72
+4.24
+3.81
+3.43
+3.09
+2.79
+2.52
+2.28
+2.06
+1.86
+1.68
+1.51
+1.36
+1.21
+1.08
+0.96
+0.85
+0.74
+0.64
+0.55
+0.46
+0.37
+0.29
+0.21
+0.14
+0.07
+0.00
diff --git a/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml b/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml
index 526aa804bae68966d24d436476cb9aebade6d645..1f3b4ac7f41c7b299fdac3e527fb76ca8b791b9d 100644
--- a/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml
+++ b/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml
@@ -29,6 +29,8 @@ Snapshots:
   basename:            eagle # Common part of the name of output files
   scale_factor_first:  0.05
   delta_time:          1.02
+  output_list_on:      1
+  output_list:         ./output_list.txt
 
 # Parameters governing the conserved quantities statistics
 Statistics:
diff --git a/examples/EAGLE_ICs/EAGLE_50/output_list.txt b/examples/EAGLE_ICs/EAGLE_50/output_list.txt
new file mode 100644
index 0000000000000000000000000000000000000000..592ab8483d015fe1bfafe5cc603fabc230b25589
--- /dev/null
+++ b/examples/EAGLE_ICs/EAGLE_50/output_list.txt
@@ -0,0 +1,38 @@
+# Redshift
+18.08
+15.28
+13.06
+11.26
+9.79
+8.57
+7.54
+6.67
+5.92
+5.28
+4.72
+4.24
+3.81
+3.43
+3.09
+2.79
+2.52
+2.28
+2.06
+1.86
+1.68
+1.51
+1.36
+1.21
+1.08
+0.96
+0.85
+0.74
+0.64
+0.55
+0.46
+0.37
+0.29
+0.21
+0.14
+0.07
+0.00