When using automatic rust build tools in IDE, the files generated in `rust/target/` directory has been treated by git as unstaged changes. After the change, the generated files will not pollute the git changes interface. Closes scylladb/scylladb#25389
40 lines
469 B
Plaintext
40 lines
469 B
Plaintext
.cproject
|
|
.project
|
|
.settings
|
|
build
|
|
build.ninja
|
|
cmake-build-*
|
|
build.ninja.new
|
|
cscope.*
|
|
/debian/
|
|
dist/ami/files/*.rpm
|
|
dist/ami/variables.json
|
|
dist/ami/scylla_deploy.sh
|
|
*.pyc
|
|
Cql.tokens
|
|
.kdev4
|
|
*.kdev4
|
|
.idea
|
|
CMakeLists.txt.user
|
|
.cache
|
|
.tox
|
|
*.egg-info
|
|
__pycache__CMakeLists.txt.user
|
|
.gdbinit
|
|
/resources
|
|
.pytest_cache
|
|
/expressions.tokens
|
|
tags
|
|
!db/tags/
|
|
testlog
|
|
test/*/*.reject
|
|
.vscode
|
|
compile_commands.json
|
|
.ccls-cache/
|
|
.mypy_cache
|
|
.envrc
|
|
clang_build
|
|
.idea/
|
|
nuke
|
|
rust/target
|