mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Build scripts and build system consolidation.
Squashed commit.
This commit is contained in:
parent
3d867c2c46
commit
399a079dd4
66 changed files with 605 additions and 217 deletions
34
.gitignore
vendored
34
.gitignore
vendored
|
|
@ -1,5 +1,3 @@
|
|||
!*
|
||||
|
||||
.directory
|
||||
|
||||
#################
|
||||
|
|
@ -49,6 +47,8 @@ ProgramData-UI*/
|
|||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
|
||||
.vs/
|
||||
|
||||
# User-specific files
|
||||
*.suo
|
||||
*.user
|
||||
|
|
@ -204,7 +204,6 @@ $RECYCLE.BIN/
|
|||
# Mac crap
|
||||
.DS_Store
|
||||
|
||||
|
||||
#############
|
||||
## Python
|
||||
#############
|
||||
|
|
@ -234,23 +233,32 @@ pip-log.txt
|
|||
|
||||
#Mr Developer
|
||||
.mr.developer.cfg
|
||||
/.vs
|
||||
|
||||
##########
|
||||
# Rider
|
||||
##########
|
||||
.idea/
|
||||
|
||||
##########
|
||||
# Visual Studio Code
|
||||
##########
|
||||
.vscode/
|
||||
|
||||
#########################
|
||||
# Debian build artifacts
|
||||
# Build artifacts
|
||||
#########################
|
||||
|
||||
debian/.debhelper/
|
||||
debian/*.debhelper
|
||||
debian/debhelper-build-stamp
|
||||
debian/files
|
||||
debian/jellyfin.substvars
|
||||
debian/jellyfin/
|
||||
|
||||
# Artifacts for debian-x64
|
||||
deployment/debian-x64/pkg-src/.debhelper/
|
||||
deployment/debian-x64/pkg-src/*.debhelper
|
||||
deployment/debian-x64/pkg-src/debhelper-build-stamp
|
||||
deployment/debian-x64/pkg-src/files
|
||||
deployment/debian-x64/pkg-src/jellyfin.substvars
|
||||
deployment/debian-x64/pkg-src/jellyfin/
|
||||
# Don't ignore the debian/bin folder
|
||||
!debian/bin/
|
||||
!deployment/debian-x64/pkg-src/bin/
|
||||
|
||||
deployment/**/dist/
|
||||
deployment/**/pkg-dist/
|
||||
deployment/collect-dist/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue