mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-29 02:54:51 +00:00
65 lines
690 B
Plaintext
65 lines
690 B
Plaintext
# Object files
|
|
*.o
|
|
|
|
# Editor backups and recovery files
|
|
*~
|
|
\#*#
|
|
|
|
.DS_Store
|
|
|
|
# build directories
|
|
build/**
|
|
cmake-build-*/**
|
|
.idea/
|
|
*.m68k-x/**
|
|
*.m68k/**
|
|
*.386-sdl/**
|
|
*.386-x/**
|
|
*.386/**
|
|
*.ppc-x/**
|
|
*.ppc/**
|
|
*.sparc-x/**
|
|
*.sparc/**
|
|
*.x86_64-x/**
|
|
*.x86_64-sdl/**
|
|
*.x86_64/**
|
|
*.wasm/**
|
|
*.wasm-wasm/**
|
|
*.wasm_nl/**
|
|
*.wasm_nl-wasm_nl/**
|
|
*.armv7l-x/**
|
|
*.armv7l/**
|
|
*.aarch64-x/**
|
|
*.aarch64-sdl/**
|
|
*.aarch64/**
|
|
init.386/**
|
|
*.universal/**
|
|
# core files
|
|
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
|