When rust wasmtime bindings were added, we commited Cargo.lock to make sure a given version of Scylla always builds using the same versions of rust dependencies. Therefore, it should not be present in .gitignore. Closes #12831
35 lines
425 B
Plaintext
35 lines
425 B
Plaintext
.cproject
|
|
.project
|
|
.settings
|
|
build
|
|
build.ninja
|
|
cscope.*
|
|
/debian/
|
|
dist/ami/files/*.rpm
|
|
dist/ami/variables.json
|
|
dist/ami/scylla_deploy.sh
|
|
*.pyc
|
|
Cql.tokens
|
|
.kdev4
|
|
*.kdev4
|
|
CMakeLists.txt.user
|
|
.cache
|
|
.tox
|
|
*.egg-info
|
|
__pycache__CMakeLists.txt.user
|
|
.gdbinit
|
|
resources
|
|
.pytest_cache
|
|
/expressions.tokens
|
|
tags
|
|
!db/tags/
|
|
testlog
|
|
test/*/*.reject
|
|
.vscode
|
|
docs/_build
|
|
docs/poetry.lock
|
|
compile_commands.json
|
|
.ccls-cache/
|
|
.mypy_cache
|
|
.envrc
|