Skip to content

Commit

Permalink
added .gitignore (thanks to Jasmin J)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Schmirler committed Sep 30, 2017
1 parent 95256a5 commit 6440782
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,4 @@ David Binderman

Jasmin J
for fixing some warnings in libdvbmpeg
for adding .gitignore
1 change: 1 addition & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6440782

Please sign in to comment.