1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-16 06:47:22 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
Larry Masinter
da4e06c697 update .gitignore for maiko as subproject 2026-03-10 14:08:11 -07:00

26
.gitignore vendored
View File

@@ -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