mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-09-10 22:36:48 +02:00
Build scripts and build system consolidation.
Squashed commit.
This commit is contained in:
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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user