mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-25 05:32:20 +00:00
85edd50047
- New "format as" option when creating new images; removing the image creation options from easyinstall - Bring in HFSer as new submodule providing the driver binaries; removing the Lido driver binary from this repo - Add SpeedTools driver option - Point to github mirror of hfdisk, since the original git server is down - While rearranging the easyinstall options, moved the CtrlBoard option up to the main section - Add an easyinstall script to configure Samba, while consolidating file sharing with Netatalk
33 lines
423 B
Plaintext
33 lines
423 B
Plaintext
venv
|
|
*.pyc
|
|
core
|
|
.idea/
|
|
.DS_Store
|
|
*.swp
|
|
__pycache__
|
|
current
|
|
rascsi_interface_pb2.py
|
|
*~
|
|
messages.pot
|
|
messages.mo
|
|
report.xml
|
|
|
|
# Intermediate files from astyle
|
|
*.orig
|
|
|
|
docker/docker-compose.override.yml
|
|
/docker/volumes/images/*
|
|
!/docker/volumes/images/.gitkeep
|
|
/docker/volumes/config/*
|
|
!/docker/volumes/config/.gitkeep
|
|
|
|
# temporary user files
|
|
s.sh
|
|
|
|
# temporary kicad files
|
|
*-backups
|
|
|
|
# submodules
|
|
hfdisk*
|
|
mac-hard-disk-drivers
|