mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 11:51:09 +08:00
Update .gitignore to ignore some more build-time cruft
Ignore: - Compiled `mach-o-matic` - Bundled `dosbox-x.app` (was not updated since forking from DosBox (no dash-x) - macOS Universal build intermediates: - `src/dosbox-x-arm64` - `src/dosbox-x-x86_64` Signed-off-by: Dani Llewellyn <dani@bowlhat.net>
This commit is contained in:
parent
cec4fe48ef
commit
11cb92f2b0
11
.gitignore
vendored
11
.gitignore
vendored
@ -320,8 +320,8 @@ __pycache__/
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
*~
|
*~
|
||||||
dosbox.app/
|
dosbox-x.app/
|
||||||
dosbox.app/*
|
dosbox-x.app/*
|
||||||
dosbox.icns
|
dosbox.icns
|
||||||
dosbox.iconset/
|
dosbox.iconset/
|
||||||
dosbox.iconset/*
|
dosbox.iconset/*
|
||||||
@ -352,6 +352,10 @@ config.h
|
|||||||
config.status
|
config.status
|
||||||
stamp-h1
|
stamp-h1
|
||||||
|
|
||||||
|
# macOS Universal Binary intermediates
|
||||||
|
/src/dosbox-x-arm64
|
||||||
|
/src/dosbox-x-x86_64
|
||||||
|
|
||||||
doxygen
|
doxygen
|
||||||
doxygen/*
|
doxygen/*
|
||||||
|
|
||||||
@ -411,6 +415,9 @@ vs/libpng/linux-build/*
|
|||||||
.vscode/settings.json
|
.vscode/settings.json
|
||||||
vs/freetype/objs
|
vs/freetype/objs
|
||||||
|
|
||||||
|
# Ignore mach-o-matic
|
||||||
|
/src/tool/mach-o-matic
|
||||||
|
|
||||||
# Ignore flatpak stuff
|
# Ignore flatpak stuff
|
||||||
.flatpak-builder/
|
.flatpak-builder/
|
||||||
build-flatpak/
|
build-flatpak/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user