summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormethodus <methodus@web.de>2012-10-22 09:51:48 +0200
committermethodus <methodus@web.de>2012-10-22 09:51:48 +0200
commit5f3c57834f25341cb4068cffc13e7ac90462b91a (patch)
treef0906c323cea7edac5c49a2520fc7aff44255a15
parentf5d565fda2b47d4b9b97dbbd0a6bc466bae096a0 (diff)
downloadvdr-plugin-upnp-5f3c57834f25341cb4068cffc13e7ac90462b91a.tar.gz
vdr-plugin-upnp-5f3c57834f25341cb4068cffc13e7ac90462b91a.tar.bz2
added .gitignore
-rw-r--r--.gitignore47
1 files changed, 47 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f59efc7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,47 @@
+tests/*
+# gitignore(5) file
+*.[oa]
+*~
+.*.swp
+.gdb_history
+# work directory
+.chaos
+# generated files
+.dependencies
+libvdr-upnp.so*
+
+# Compiled source #
+###################
+*.com
+*.class
+*.dll
+*.exe
+*.o
+*.so
+
+# Packages #
+############
+# it's better to unpack these files and commit the raw source
+# git has its own built in compression methods
+*.7z
+*.dmg
+*.gz
+*.iso
+*.jar
+*.rar
+*.tar
+*.zip
+
+# Logs and databases #
+######################
+*.log
+*.sql
+*.sqlite
+*.db
+
+# Project files
+.cproject
+.project
+.settings
+.dependencies
+