mirror of
https://github.com/rt64/rt64.git
synced 2024-11-19 14:14:37 +00:00
21cfeae50c
* Add graphics test [WIP] * Ignore IDEA files * Explicit cast from size_t to uint64_t * Build statically when buiding examples * Remove unused file * Runs on ARM64 Linux * Update .gitignore
26 lines
198 B
Plaintext
26 lines
198 B
Plaintext
*.vs
|
|
*.db
|
|
*.log
|
|
*.dll
|
|
*.exe
|
|
*.lib
|
|
*.exp
|
|
*.ipdb
|
|
*.iobj
|
|
*.tlog
|
|
*.recipe
|
|
*.FileListAbsolute.txt
|
|
*.idb
|
|
*.hlsl.h
|
|
*.dxil.h
|
|
*.spirv.h
|
|
*.bat
|
|
*.rw
|
|
*.rw.h
|
|
*.obj
|
|
*.pdb
|
|
build/
|
|
.vscode/
|
|
.idea
|
|
cmake-build-debug*
|