From e13d46d0f22c23e307d8ce5547f63ca0136e4a90 Mon Sep 17 00:00:00 2001 From: Adam Russell Date: Mon, 11 Mar 2024 00:22:19 -0400 Subject: Update .gitignore with latex temp files --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index 9140d41d65..f96416b7dc 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,19 @@ target/ # R files .RData .Rhistory + +# Files created by nuweb, latex, and tex4ht +*.4ct +*.4tc +*.aux +*.css +*.dvi +*.html +*.idv +*.lg +*.log +*.out +*.tex +*.tmp +*.xdv +*.xref -- cgit