From a9485e7458a2f23ee4805d926f45fc4908e3420a Mon Sep 17 00:00:00 2001 From: "Douglas B. Rumbaugh" Date: Sun, 11 Jan 2026 14:20:59 -0500 Subject: Organized as a proper git repo --- .gitignore | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b6db5da --- /dev/null +++ b/.gitignore @@ -0,0 +1,43 @@ +# LaTeX build artifacts +*.aux +*.log +*.out +*.toc +*.lof +*.lot +*.fls +*.fdb_latexmk +*.synctex.gz +*.synctex(busy) +*.pdfsync +*.bbl +*.blg +*.idx +*.ilg +*.ind +*.hd +*.nav +*.snm +*.vrb +*.bcf +*.run.xml +*.figlist +*.makefile +*.figlist +*.fls + +# Compiled PDFs (optional - you may want to track these) +# Uncomment the next line if you want to ignore PDFs +# *.pdf + +# Editor/IDE files +*~ +*.swp +*.swo +.DS_Store +.vscode/ +.idea/ + +# Backup files +*.bak +*.backup -- cgit v1.2.3