From da4e06c6978160f9c772724c77b558cda5b7dbe2 Mon Sep 17 00:00:00 2001 From: Larry Masinter Date: Tue, 10 Mar 2026 14:08:11 -0700 Subject: [PATCH] update .gitignore for maiko as subproject --- .gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.gitignore b/.gitignore index 5a9db8c..9881031 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,12 @@ # Object files *.o + # Editor backups and recovery files *~ \#*# + .DS_Store + # build directories build/** cmake-build-*/** @@ -36,3 +39,26 @@ core *.core *.swp +# .gitignore for submodules + +*.pdf +index.html + +# manual cross-reference files + +*.IMPTR + +# (Accidentally) created sysouts at any level +*.sysout +*.SYSOUT + +# older versions + +*~ + +# emacs detritus +*\# +\.\#* + +# Mac OS detritus +.DS_Store