start with outline and fill in some data
[phd-thesis.git] / .latexmkrc
index 89ffd60..05037d2 100644 (file)
@@ -18,6 +18,15 @@ push @generated_exts, 'brf';
 # Clean thumbs file
 push @generated_exts, 'tmb';
 
+# Clean todo file
+push @generated_exts, 'tdo';
+
+# Clean list of listings file
+push @generated_exts, 'lol';
+
+# Clean list of algorithms file
+push @generated_exts, 'loa';
+
 # Clean bbl file as well
 $bibtex_use = 2;