summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Schmirler <vdr@schmirler.de>2017-09-30 21:29:27 +0200
committerFrank Schmirler <vdr@schmirler.de>2017-09-30 21:29:27 +0200
commit644078220b04362e46f6934104ce9e0018572dda (patch)
tree5e83499b5d5accc1d1e391fbbe69537a632e60d6
parent95256a52cf1d44815a3664016b099944a19ead61 (diff)
downloadvdr-plugin-streamdev-644078220b04362e46f6934104ce9e0018572dda.tar.gz
vdr-plugin-streamdev-644078220b04362e46f6934104ce9e0018572dda.tar.bz2
added .gitignore (thanks to Jasmin J)
-rw-r--r--.gitignore25
-rw-r--r--CONTRIBUTORS1
-rw-r--r--HISTORY1
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
diff --git a/HISTORY b/HISTORY
index 7aef949..ff1a54e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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