mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
a60544b1ad
Currently only tested on Ubuntu-touch emulator with framework ubuntu-sdk-14.10 for armhf. The ubuntu-touch port is binary compatible with the Kobo port major changes in this PR are: 1. rename the emulator device to sdl device since both the emulator and the ubuntu-touch target use libsdl to handle input/output. 2. ubuntu-touch app has no write access to the installation dir so all write-outs should be in a seperate dir definded in `datastorage`.
40 lines
553 B
Plaintext
40 lines
553 B
Plaintext
*.swp
|
|
*.swo
|
|
cscope.*
|
|
*.orig
|
|
lua
|
|
lua-*
|
|
.reader.kpdfview.lua
|
|
.vimrc
|
|
git-rev
|
|
*.o
|
|
tags
|
|
test/*
|
|
*.tar
|
|
*.log
|
|
spec/unit/data
|
|
|
|
emu
|
|
|
|
koreader-*.zip
|
|
koreader-*.apk
|
|
koreader-*.tar.gz
|
|
koreader-*.click
|
|
|
|
l10n/*
|
|
!l10n/Makefile
|
|
!l10n/README.md
|
|
|
|
/.cproject
|
|
/.project
|
|
|
|
koreader-android-arm-linux-androideabi
|
|
koreader-kindle-arm-linux-gnueabi
|
|
koreader-kobo-arm-linux-gnueabihf
|
|
koreader-emulator-i686-w64-mingw32
|
|
koreader-emulator-x86_64-linux-gnu
|
|
koreader-emulator-x86_64-pc-linux-gnu
|
|
koreader-pocketbook-arm-obreey-linux-gnueabi
|
|
koreader-ubuntu-touch-arm-linux-gnueabihf
|
|
|