diff options
author | methodus <methodus@web.de> | 2012-10-22 09:51:48 +0200 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-10-22 09:51:48 +0200 |
commit | 5f3c57834f25341cb4068cffc13e7ac90462b91a (patch) | |
tree | f0906c323cea7edac5c49a2520fc7aff44255a15 | |
parent | f5d565fda2b47d4b9b97dbbd0a6bc466bae096a0 (diff) | |
download | vdr-plugin-upnp-5f3c57834f25341cb4068cffc13e7ac90462b91a.tar.gz vdr-plugin-upnp-5f3c57834f25341cb4068cffc13e7ac90462b91a.tar.bz2 |
added .gitignore
-rw-r--r-- | .gitignore | 47 |
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 + |