added .gitignore (thanks to Jasmin J)

This commit is contained in:
Frank Schmirler 2017-09-30 21:29:27 +02:00
parent 95256a52cf
commit 644078220b
3 changed files with 27 additions and 0 deletions

25
.gitignore vendored Normal file
View 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

View File

@ -257,3 +257,4 @@ David Binderman
Jasmin J
for fixing some warnings in libdvbmpeg
for adding .gitignore

View File

@ -1,6 +1,7 @@
VDR Plugin 'streamdev' Revision History
---------------------------------------
- added .gitignore (thanks to Jasmin J)
- fixed some warnings in libdvbmpeg (thanks to Jasmin J)
- fixed lseek error check in libdvbmpeg (thanks to David Binderman)
- server compatibility with VDR 2.3.1 (thanks to Christopher Reimer and