Codebase list kodi-screensaver-pingpong / 393309ff-f43b-4d72-8ae4-bc7c4957c111/upstream .gitignore
393309ff-f43b-4d72-8ae4-bc7c4957c111/upstream

Tree @393309ff-f43b-4d72-8ae4-bc7c4957c111/upstream (Download .tar.gz)

.gitignore @393309ff-f43b-4d72-8ae4-bc7c4957c111/upstreamraw · history · blame

# build artifacts
build/
screensaver.*/addon.xml

# Debian build files
debian/changelog
debian/files
debian/*.log
debian/*.substvars
debian/.debhelper/
debian/tmp/
debian/kodi-screensaver-*/
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