M ChangeLog => ChangeLog +4 -0
@@ 1,3 1,7 @@
+2024-10-21 Enrico Schumann <es@enricoschumann.net>
+
+ * R/functions.R (clean_ltx): add "fls" to extensions
+
2023-12-29 Enrico Schumann <es@enricoschumann.net>
* R/functions.R (ddf): remove 'ddf', and move function
M DESCRIPTION => DESCRIPTION +2 -2
@@ 1,8 1,8 @@
Package: esutils
Type: Package
Title: esutils
-Version: 0.3.6
-Date: 2023-12-29
+Version: 0.3.7
+Date: 2024-10-21
Maintainer: Enrico Schumann <es@enricoschumann.net>
Authors@R: person(given = "Enrico", family = "Schumann",
role = c("aut", "cre"),
M R/functions.R => R/functions.R +1 -0
@@ 723,6 723,7 @@ function(rm = FALSE,
"[.]fls$",
"[.]idx$",
"[.]ilg$",
+ "[.]fls$",
"[.]ind$",
"[.]loe$",
"[.]lof$",