jsEmu48/.gitignore
Gwenhael Le Moine 3a924227f6
More refactoring and cleaning
- 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)
2022-03-24 16:01:56 +01:00

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