Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
AlwinEsch committed Mar 25, 2020
1 parent cda6124 commit 96c95d6
Showing 1 changed file with 40 additions and 13 deletions.
53 changes: 40 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,50 @@
# build artifacts
build/
pvr.*/addon.xml

# Debian build files
debian/changelog
debian/files
debian/kodi-pvr-stalker-dbg.debhelper.log
debian/kodi-pvr-stalker-dbg.substvars
debian/kodi-pvr-stalker-dbg/
debian/kodi-pvr-stalker.debhelper.log
debian/kodi-pvr-stalker.postinst.debhelper
debian/kodi-pvr-stalker.postrm.debhelper
debian/kodi-pvr-stalker.substvars
debian/kodi-pvr-stalker/
debian/*.log
debian/*.substvars
debian/.debhelper/
debian/tmp/
debian/kodi-pvr-*/
obj-x86_64-linux-gnu/
pvr.stalker/addon.xml

# commonly used editors
# vim
*.swp

# Eclipse
*.project
*.cproject
.classpath
*.sublime-*
.settings/

# KDevelop 4
*.kdev4

# gedit
*~

# CLion
/.idea

# clion
.idea/

# Eclipse/CDT
.cproject
.project
.settings/
# 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

0 comments on commit 96c95d6

Please sign in to comment.