diff options
| author | Thomas Reufer <thomas@reufer.ch> | 2015-08-23 19:00:15 +0200 |
|---|---|---|
| committer | Thomas Reufer <thomas@reufer.ch> | 2015-08-23 19:00:15 +0200 |
| commit | 3620e2eebc6df1c86a6a5bb291f11ddf2b1caac8 (patch) | |
| tree | e7b3cdbff46d46426e93057ca28e4721c4d764ba /.gitignore | |
| download | vdr-plugin-amlhddevice-3620e2eebc6df1c86a6a5bb291f11ddf2b1caac8.tar.gz vdr-plugin-amlhddevice-3620e2eebc6df1c86a6a5bb291f11ddf2b1caac8.tar.bz2 | |
initial prototype
- tested:
- live TV
- frame buffer OSD
- missing:
- A/V sync
- replay mode
- much more...
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..91f9a15 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +.dependencies +*.a +*.o +*.so +*~ +po/*.pot +po/*.mo +.settings +.cproject +.project + |
