From 0bdcb49d699ba686a8067c0e093343f0ed1958bd Mon Sep 17 00:00:00 2001 From: Alwin Esch Date: Wed, 25 Mar 2020 20:58:07 +0100 Subject: [PATCH] update .gitignore --- .gitignore | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 50 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 07c2591..b8b8fd2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,50 @@ -/build -pvr.octonet/addon.xml +# build artifacts +build/ +pvr.*/addon.xml + +# Debian build files +debian/changelog +debian/files +debian/*.log +debian/*.substvars +debian/.debhelper/ +debian/tmp/ +debian/kodi-pvr-*/ +obj-x86_64-linux-gnu/ + +# commonly used editors +# vim +*.swp + +# Eclipse +*.project +*.cproject +.classpath +*.sublime-* +.settings/ + +# KDevelop 4 +*.kdev4 + +# gedit +*~ + +# CLion +/.idea + +# clion +.idea/ + +# to prevent add after a "git format-patch VALUE" and "git add ." call +/*.patch + +# Visual Studio Code +.vscode + +# to prevent add if project code opened by Visual Studio over CMake file +.vs/ + +# General MacOS +.DS_Store +.AppleDouble +.LSOverride