From 8bb9e1c96cf3c5cd8a9a851a450989d9e719bae9 Mon Sep 17 00:00:00 2001 From: Split Date: Thu, 26 Feb 2026 11:02:38 -0500 Subject: [PATCH] Add .gitignore for LaTeX artifacts --- docs/.gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/.gitignore diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 0000000..cb589c9 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1,19 @@ +# LaTeX build artifacts +*.aux +*.log +*.out +*.pdf +*.toc +*.lof +*.lot +*.fls +*.fdb_latexmk +*.synctex.gz +*.synctex.gz(busy) +*.dvi +*.ps + +# IDE/editor files +.DS_Store +*.swp +*~