mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-09 01:31:11 +00:00
Author: Gunter Mueller <gunter.mueller@gmail.com> Signed-off-by: Nick Briggs <nicholas.h.briggs@gmail.com> modified: .gitignore modified: bin/machinetype new file: bin/makefile-linux.armv7l-x
22 lines
313 B
Plaintext
22 lines
313 B
Plaintext
# Object files
|
|
*.o
|
|
# Editor backups and recovery files
|
|
*~
|
|
\#*#
|
|
# build directories
|
|
darwin.386-x/**
|
|
darwin.386/**
|
|
freebsd.386-x/**
|
|
freebsd.386/**
|
|
sunos5.386-x/**
|
|
sunos5.386/**
|
|
sunos5.sparc-x/**
|
|
sunos5.sparc/**
|
|
linux.x86_64-x/**
|
|
linux.x86_64/**
|
|
linux.armv7l-x/**
|
|
linux.armv7l/**
|
|
init.386/**
|
|
# core files
|
|
core
|
|
*.core |