mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 19:32:39 +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.app/*
|
||||
dosbox-x.app/
|
||||
dosbox-x.app/*
|
||||
dosbox.icns
|
||||
dosbox.iconset/
|
||||
dosbox.iconset/*
|
||||
@ -352,6 +352,10 @@ config.h
|
||||
config.status
|
||||
stamp-h1
|
||||
|
||||
# macOS Universal Binary intermediates
|
||||
/src/dosbox-x-arm64
|
||||
/src/dosbox-x-x86_64
|
||||
|
||||
doxygen
|
||||
doxygen/*
|
||||
|
||||
@ -411,6 +415,9 @@ vs/libpng/linux-build/*
|
||||
.vscode/settings.json
|
||||
vs/freetype/objs
|
||||
|
||||
# Ignore mach-o-matic
|
||||
/src/tool/mach-o-matic
|
||||
|
||||
# Ignore flatpak stuff
|
||||
.flatpak-builder/
|
||||
build-flatpak/
|
||||
|
Loading…
x
Reference in New Issue
Block a user