.gitignore 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # Editor or environment-specific entries should not be committed to the
  2. # repository but can be kept in Git's global configuration:
  3. #
  4. # https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
  5. #
  6. # For advice on what entries to include in your global gitignore, please see
  7. # GitHub's gitignore repository, which contains an excellent set of entries for
  8. # many different editing tools:
  9. #
  10. # https://github.com/github/gitignore/tree/master/Global
  11. /target
  12. /target-ra
  13. /target-xcompile
  14. /miri-target
  15. .mtrlz.log
  16. *.rs.bk
  17. mzdata
  18. mzbuild
  19. __pycache__
  20. .mypy_cache
  21. venv
  22. node_modules
  23. /coverage
  24. /test/feature-benchmark/tmp/*.td
  25. /test/zippy/tmp/*.td
  26. /test/**/tmp_*.toml
  27. junit_*.xml
  28. parallel-workload-queries.log
  29. perf.data*
  30. *.rej
  31. *.orig
  32. *.profraw
  33. *.profdata
  34. *.debug
  35. /scratch
  36. services.log
  37. *.swp
  38. /temp
  39. test/scalability/results/**/*.csv
  40. test/scalability/results/**/*.png
  41. misc/mcp-materialize/dist
  42. misc/wasm/target
  43. parallel-benchmark.db
  44. license_key
  45. /trufflehog.log
  46. # This is un-orthodox, but adding it to the repo would "tie" it to each user's
  47. # local version of nixpkgs. This way, we can all use the flake and have a
  48. # flake.lock that works well with the rest of the package versions on our
  49. # system.
  50. flake.lock
  51. /misc/python/materialize/build/
  52. /misc/python/materialize/*.egg-info/
  53. /misc/python/materialize/dist/
  54. /bazel-*
  55. /src/testdrive/ci/protobuf-bin
  56. /src/testdrive/ci/protobuf-include
  57. /known-docker-images.txt