1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-23 01:06:43 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
Larry Masinter
b63928785d Create .skip file for HCFILES process
Add .skip file to prevent HCFILES process from descending into maiko repository

Signed-off-by: Larry Masinter <lmm@acm.org>
2026-03-10 15:29:28 -07:00
2 changed files with 1 additions and 26 deletions

26
.gitignore vendored
View File

@@ -1,12 +1,9 @@
# Object files
*.o
# Editor backups and recovery files
*~
\#*#
.DS_Store
# build directories
build/**
cmake-build-*/**
@@ -39,26 +36,3 @@ 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

1
.skip Normal file
View File

@@ -0,0 +1 @@
this file is here to prevent HCFILES process from descending into maiko repository