mirror of
https://github.com/gwenhael-le-moine/jsEmu48.git
synced 2024-11-16 19:47:27 +01:00
3a924227f6
- split hpemu and jsEmu48 and assets - add back hpemu files and directory structure - add Makefile target to build, serve and clean jsEmu48 - update README.md a little - remove duplicate readme and assets - remove commited compiled jsEmu48 (jsEmu48/hp48.js & jsEmu48/hp48.wasm)
57 lines
No EOL
475 B
Text
57 lines
No EOL
475 B
Text
# Prerequisites
|
|
*.d
|
|
|
|
# Object files
|
|
*.o
|
|
*.ko
|
|
*.obj
|
|
*.elf
|
|
|
|
# Linker output
|
|
*.ilk
|
|
*.map
|
|
*.exp
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Libraries
|
|
*.lib
|
|
*.a
|
|
*.la
|
|
*.lo
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
*.i*86
|
|
*.x86_64
|
|
*.hex
|
|
|
|
# Debug files
|
|
*.dSYM/
|
|
*.su
|
|
*.idb
|
|
*.pdb
|
|
|
|
# Kernel Module Compile Results
|
|
*.mod*
|
|
*.cmd
|
|
.tmp_versions/
|
|
modules.order
|
|
Module.symvers
|
|
Mkfile.old
|
|
dkms.conf
|
|
|
|
hpemu.bin
|
|
|
|
jsEmu48/hp48.js
|
|
jsEmu48/hp48.wasm |