mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-14 23:46:14 +00:00
22 lines
254 B
Plaintext
22 lines
254 B
Plaintext
# Object files
|
|
*.o
|
|
# Editor backups and recovery files
|
|
*~
|
|
\#*#
|
|
.DS_Store
|
|
# build directories
|
|
*.386-x/**
|
|
*.386/**
|
|
*.sparc-x/**
|
|
*.sparc/**
|
|
*.x86_64-x/**
|
|
*.x86_64/**
|
|
*.armv7l-x/**
|
|
*.armv7l/**
|
|
*.aarch64-x/**
|
|
*.aarch64/**
|
|
init.386/**
|
|
# core files
|
|
core
|
|
*.core
|