*.tar.xz
*.tar.xz.sig
*.tar.gz
.idea
.vscode
*.log
# ignore rust build dirs everywhere
**/target/
**/instrument.target/
**/tests/
/build
*.pyc
**/__pycache__
*.egg-info/
.vagrant
**/compile_commands.json
.python-version
.clangd
# ignore Clion build dirs
**/cmake-build-debug
**/cmake-build-release

# xcode-project
c2rust-ast-exporter/xcode/

# cross-checks
/cross-checks/c-checks/clang-plugin/build
/cross-checks/libfakechecks/*.o
/cross-checks/libfakechecks/*.so

# tests
!tests
tests/*.rs
tests/*.a
tests/*.json
tests/*.cbor
tests/*_c
tests/*_rust
tests/*_c.txt
tests/*_rust.txt
tests/**/*.o

/book

# Outputs of `c2rust refactor -r json,marks`
rewrites.*.json
marks.*.json

# Outputs of `c2rust-analyze`
inspect/
*.analysis.txt
*.rs.fixed
analysis.txt
polonius_cache/

# Outputs of c2rust-transpile snapshot tests
c2rust-transpile/tests/snapshots/**/*.rs
