diff options
author | Frank Schmirler <vdr@schmirler.de> | 2017-09-30 21:29:27 +0200 |
---|---|---|
committer | Frank Schmirler <vdr@schmirler.de> | 2017-09-30 21:29:27 +0200 |
commit | 644078220b04362e46f6934104ce9e0018572dda (patch) | |
tree | 5e83499b5d5accc1d1e391fbbe69537a632e60d6 | |
parent | 95256a52cf1d44815a3664016b099944a19ead61 (diff) | |
download | vdr-plugin-streamdev-644078220b04362e46f6934104ce9e0018572dda.tar.gz vdr-plugin-streamdev-644078220b04362e46f6934104ce9e0018572dda.tar.bz2 |
added .gitignore (thanks to Jasmin J)
-rw-r--r-- | .gitignore | 25 | ||||
-rw-r--r-- | CONTRIBUTORS | 1 | ||||
-rw-r--r-- | HISTORY | 1 |
3 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d4f0af0 --- /dev/null +++ b/.gitignore @@ -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 diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 8b794bb..f2d90b2 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -257,3 +257,4 @@ David Binderman Jasmin J for fixing some warnings in libdvbmpeg + for adding .gitignore @@ -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 |