Codebase list kodi-pvr-argustv / e862e68c-e400-4d10-bb21-a410d7eb8b7f/main .gitignore
e862e68c-e400-4d10-bb21-a410d7eb8b7f/main

Tree @e862e68c-e400-4d10-bb21-a410d7eb8b7f/main (Download .tar.gz)

.gitignore @e862e68c-e400-4d10-bb21-a410d7eb8b7f/mainraw · history · blame

# 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