mirror of
https://github.com/DigitalDevices/pvr.octonet.git
synced 2023-10-10 13:36:57 +02:00
update .gitignore
This commit is contained in:
parent
5024fd99c1
commit
0bdcb49d69
52
.gitignore
vendored
52
.gitignore
vendored
@ -1,2 +1,50 @@
|
|||||||
/build
|
# build artifacts
|
||||||
pvr.octonet/addon.xml
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user