mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-09-22 11:26:55 -04:00
zTSO
- Added libraries from formats and libvitaboy
This commit is contained in:
parent
66ce473514
commit
5efdb29315
101 changed files with 11711 additions and 10889 deletions
234
.gitignore
vendored
234
.gitignore
vendored
|
@ -1,134 +1,128 @@
|
|||
# Build system
|
||||
_build/
|
||||
_deps/
|
||||
_dist/
|
||||
# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/zig,windows,visualstudiocode,macos,linux,cmake
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=zig,windows,visualstudiocode,macos,linux,cmake
|
||||
|
||||
# Objects
|
||||
*.o
|
||||
*.lo
|
||||
*.slo
|
||||
*.res
|
||||
*.obj
|
||||
*.pch
|
||||
*.gch
|
||||
|
||||
# Libraries
|
||||
*.a
|
||||
*.la
|
||||
*.lai
|
||||
*.lib
|
||||
*.dll
|
||||
*.so
|
||||
*.so.*
|
||||
*.dylib
|
||||
|
||||
# Binaries
|
||||
*.exe
|
||||
*.app
|
||||
|
||||
# Autotools
|
||||
*.gcno
|
||||
*.gcda
|
||||
*.gcov
|
||||
Makefile.in
|
||||
autom4te.cache
|
||||
*.am
|
||||
*.ac
|
||||
*.m4
|
||||
*.po
|
||||
*.gmo
|
||||
*.at
|
||||
*.texi
|
||||
*.pc
|
||||
compile
|
||||
configure
|
||||
depcomp
|
||||
install-sh
|
||||
missing
|
||||
|
||||
# CMake
|
||||
### CMake ###
|
||||
CMakeLists.txt.user
|
||||
CMakeCache.txt
|
||||
CMakeFiles
|
||||
CMakeScripts
|
||||
Testing
|
||||
Makefile
|
||||
cmake_install.cmake
|
||||
install_manifest.txt
|
||||
compile_commands.json
|
||||
CTestTestfile.cmake
|
||||
_deps
|
||||
|
||||
# Visual Studio
|
||||
*.sln.*
|
||||
*.ncb
|
||||
*.user
|
||||
*.ilk
|
||||
*.pdb
|
||||
*.idb
|
||||
*.pgc
|
||||
*.pgd
|
||||
*.rsp
|
||||
*.sbr
|
||||
*.tlb
|
||||
*.tli
|
||||
*.tlh
|
||||
*.aps
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.psess
|
||||
*.vsp
|
||||
*.vspx
|
||||
*.vspscc
|
||||
*.vssscc
|
||||
*.Resources
|
||||
*.Cache
|
||||
*.gpState
|
||||
_ReSharper*
|
||||
*.ncrunch*
|
||||
.*crunch*.local.xml
|
||||
csx
|
||||
*.build.csdef
|
||||
*.dbmdl
|
||||
.builds
|
||||
*.scc
|
||||
ipch/
|
||||
AppPackages/
|
||||
_UpgradeReport_Files/
|
||||
BuildLog.htm
|
||||
UpgradeLog*.XML
|
||||
### CMake Patch ###
|
||||
# External projects
|
||||
*-prefix/
|
||||
|
||||
# Qt
|
||||
*.pro.user
|
||||
*.pro.user.*
|
||||
moc_*.cpp
|
||||
qrc_*.cpp
|
||||
### Linux ###
|
||||
*~
|
||||
|
||||
# Redistribution
|
||||
*.dmg
|
||||
*.xpi
|
||||
*.gem
|
||||
*.egg
|
||||
*.deb
|
||||
*.rpm
|
||||
*.apk
|
||||
*.ap_
|
||||
*.tar
|
||||
*.tar.*
|
||||
*.zip
|
||||
*.7z
|
||||
*.gz
|
||||
*.bz2
|
||||
*.xz
|
||||
*.rar
|
||||
*.cab
|
||||
*.msi
|
||||
# temporary files which can be created if a process still has a handle open of a deleted file
|
||||
.fuse_hidden*
|
||||
|
||||
# Windows
|
||||
*.db
|
||||
Desktop.ini
|
||||
$RECYCLE.BIN/
|
||||
# KDE directory preferences
|
||||
.directory
|
||||
|
||||
# Mac OS X
|
||||
# Linux trash folder which might appear on any partition or disk
|
||||
.Trash-*
|
||||
|
||||
# .nfs files are created when an open file is removed but is still being accessed
|
||||
.nfs*
|
||||
|
||||
### macOS ###
|
||||
# General
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
Icon
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
|
||||
# Linux
|
||||
.~*
|
||||
# Icon must end with two \r
|
||||
Icon
|
||||
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
||||
# Files that might appear in the root of a volume
|
||||
.DocumentRevisions-V100
|
||||
.fseventsd
|
||||
.Spotlight-V100
|
||||
.TemporaryItems
|
||||
.Trashes
|
||||
.VolumeIcon.icns
|
||||
.com.apple.timemachine.donotpresent
|
||||
|
||||
# Directories potentially created on remote AFP share
|
||||
.AppleDB
|
||||
.AppleDesktop
|
||||
Network Trash Folder
|
||||
Temporary Items
|
||||
.apdisk
|
||||
|
||||
### macOS Patch ###
|
||||
# iCloud generated files
|
||||
*.icloud
|
||||
|
||||
### VisualStudioCode ###
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
!.vscode/*.code-snippets
|
||||
|
||||
# Local History for Visual Studio Code
|
||||
.history/
|
||||
|
||||
# Built Visual Studio Code Extensions
|
||||
*.vsix
|
||||
|
||||
### VisualStudioCode Patch ###
|
||||
# Ignore all local history of files
|
||||
.history
|
||||
.ionide
|
||||
|
||||
### Windows ###
|
||||
# Windows thumbnail cache files
|
||||
Thumbs.db
|
||||
Thumbs.db:encryptable
|
||||
ehthumbs.db
|
||||
ehthumbs_vista.db
|
||||
|
||||
# Dump file
|
||||
*.stackdump
|
||||
|
||||
# Folder config file
|
||||
[Dd]esktop.ini
|
||||
|
||||
# Recycle Bin used on file shares
|
||||
$RECYCLE.BIN/
|
||||
|
||||
# Windows Installer files
|
||||
*.cab
|
||||
*.msi
|
||||
*.msix
|
||||
*.msm
|
||||
*.msp
|
||||
|
||||
# Windows shortcuts
|
||||
*.lnk
|
||||
|
||||
### zig ###
|
||||
# Zig programming language
|
||||
|
||||
zig-cache/
|
||||
zig-out/
|
||||
build/
|
||||
build-*/
|
||||
docgen_tmp/
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/zig,windows,visualstudiocode,macos,linux,cmake
|
||||
|
||||
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
|
||||
|
||||
*.wasm*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue