1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
# build artifacts
build/
audiodecoder.*/addon.xml
# Debian build files
debian/changelog
debian/files
debian/*.log
debian/*.substvars
debian/.debhelper/
debian/tmp/
debian/kodi-audiodecoder-*/
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
|