https://github.com/shadow/shadow
Raw File
Tip revision: e36f6582527010e3f77fe956814696d97fa946ae authored by Rob Jansen on 19 July 2022, 20:42:14 UTC
Bump version: 2.1.0 → 2.2.0
Tip revision: e36f658
.gitignore
# shadow build dir
build
# area for local temp files
/local
/install
# ide-specific settings
.vscode
cscope.*
# ctags index
/tags
/src/tags
# other temp files
*.swp
target
__pycache__
# don't track the Cargo lock files of libraries
/src/lib/logger/rust_bindings/Cargo.lock
/src/lib/gml-parser/Cargo.lock
back to top