mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 23:37:13 +00:00
- Builds x86 and x64 regular snapshots. x64: Mon Wed Fri x86: Tue Thu Sat ARM: Mon Thu Sun (ARM not enabled) - Builds x64 on closed pull request, Release - Manual trigger allows selection of ref, platform, architecture, config, disposition - Releases and daily snapshots are deployed automagically - VS Project 2022 files updated for ARM, but not setup for cross-builds (BuildROMs) or tested on ARM (no hardware) - Fix makefile tests for cygwin
52 lines
930 B
Plaintext
52 lines
930 B
Plaintext
.git-commit-id
|
|
#ignore thumbnails created by windows
|
|
Thumbs.db
|
|
#ignore Desktop Services Store created by OSX
|
|
.DS_Store
|
|
#Ignore files built by Visual Studio
|
|
*.obj
|
|
*.exe
|
|
# VAX/vmb.exe is not a generated file and should be in the repository
|
|
!VAX/vmb.exe
|
|
*.pdb
|
|
*.user
|
|
*.aps
|
|
*.pch
|
|
*.vspscc
|
|
*_i.c
|
|
*_p.c
|
|
*.ncb
|
|
*.suo
|
|
*.tlb
|
|
*.tlh
|
|
*.bak
|
|
*.cache
|
|
*.ilk
|
|
*.log
|
|
[Bb]in
|
|
[Dd]ebug*/
|
|
*.lib
|
|
*.sbr
|
|
*.bak
|
|
*.save
|
|
obj/
|
|
[Rr]elease*/
|
|
_ReSharper*/
|
|
[Tt]est[Rr]esult*
|
|
*.o
|
|
*~
|
|
*#
|
|
BIN/
|
|
ipch/
|
|
# We only care about specific files in the Visual Studio Projects
|
|
# folder. Things which are there on the fly to support debugging
|
|
# or other things we don't want git to manage.
|
|
Visual Studio Projects/*
|
|
!Visual Studio Projects/*.vcproj
|
|
!Visual Studio Projects/*.vcxproj*
|
|
!Visual Studio Projects/*.sln
|
|
Visual Studio Projects/~AutoRecover.*
|
|
!Visual Studio Projects/0ReadMe_Projects.txt
|
|
**/*.code-workspace
|
|
**/.vscode/
|