Codebase list kodi-inputstream-adaptive / 2eb8e259-3e47-4e2b-abf6-133950822534/upstream .gitignore
2eb8e259-3e47-4e2b-abf6-133950822534/upstream

Tree @2eb8e259-3e47-4e2b-abf6-133950822534/upstream (Download .tar.gz)

.gitignore @2eb8e259-3e47-4e2b-abf6-133950822534/upstreamraw · history · blame

# build artifacts
build/
inputstream.*/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/

#testfiles
*.mpd_current