veloren/.gitignore
Marcel Märtens 536ef3d6ff increasing performance by another 10-20% on read as well as on write
Option<usize> takes 16 bytes which we cannot allow,
so we use a u32 to store the same information, we use std::u32::MAX to mark that a LOD has no children
we have no checks for that limit, so we hope it never gets that high... dear god...
the intel laptop statistics now seem to be alot more stable and even top the ryzen desktop statistics, we get faster in every bench
2021-08-13 10:21:41 +02:00

66 lines
587 B
Plaintext

# Rust
target
# Vim
**/.nvimrc
**/*.vi
**/*.swp
**/*tags
# IntelliJ
**/.idea/
**/*.iml
# VSCode
.vscode/
/.vscode/*
!/.vscode/launch.json
*.code-workspace
# Eclipse
.project
# Valgrind, Callgrind
callgrind.out.*
# Veloren
*.rar
*.log
assets/tweak/
settings.ron
server_settings.ron
run.sh
maps
screenshots
todo.txt
userdata
heaptrack.*
# allow asset hud settings
!assets/voxygen/i18n/*/hud/settings.ron
# Export data
*.csv
# Game data
*.sqlite
*.sqlite-journal
*.sqlite-wal
*.sqlite-shm
# direnv
/.direnv
/.envrc
*.bat
# Mac
.DS_Store
# Nix
nix/result*
/result*
/shell.nix