mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 19:16:51 +02:00
added .gitignore (thanks to Jasmin J)
This commit is contained in:
parent
95256a52cf
commit
644078220b
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# Compiled Object files
|
||||||
|
*.slo
|
||||||
|
*.lo
|
||||||
|
*.o
|
||||||
|
|
||||||
|
# Compiled Dynamic libraries
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
|
||||||
|
# Compiled Static libraries
|
||||||
|
*.lai
|
||||||
|
*.la
|
||||||
|
*.a
|
||||||
|
|
||||||
|
# Eclipse project files
|
||||||
|
.project
|
||||||
|
.cproject
|
||||||
|
.settings
|
||||||
|
|
||||||
|
# Generated dependency file
|
||||||
|
.dependencies
|
||||||
|
|
||||||
|
# translations
|
||||||
|
*.mo
|
||||||
|
*.pot
|
@ -257,3 +257,4 @@ David Binderman
|
|||||||
|
|
||||||
Jasmin J
|
Jasmin J
|
||||||
for fixing some warnings in libdvbmpeg
|
for fixing some warnings in libdvbmpeg
|
||||||
|
for adding .gitignore
|
||||||
|
1
HISTORY
1
HISTORY
@ -1,6 +1,7 @@
|
|||||||
VDR Plugin 'streamdev' Revision History
|
VDR Plugin 'streamdev' Revision History
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
|
|
||||||
|
- added .gitignore (thanks to Jasmin J)
|
||||||
- fixed some warnings in libdvbmpeg (thanks to Jasmin J)
|
- fixed some warnings in libdvbmpeg (thanks to Jasmin J)
|
||||||
- fixed lseek error check in libdvbmpeg (thanks to David Binderman)
|
- fixed lseek error check in libdvbmpeg (thanks to David Binderman)
|
||||||
- server compatibility with VDR 2.3.1 (thanks to Christopher Reimer and
|
- server compatibility with VDR 2.3.1 (thanks to Christopher Reimer and
|
||||||
|
Loading…
Reference in New Issue
Block a user