mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Add .jj to .gitignore (#7559)
This commit is contained in:
parent
c24bf0f56f
commit
2f409a8551
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,3 +1,11 @@
|
||||
# Jujutsu
|
||||
#
|
||||
# When using the WGPU repository through [Jujutsu](https://github.com/martinvonz/jj), `.jj/` dirs.
|
||||
# are ignored because Jujutsu writes a `.jj/.gitignore` file containing `/*`. Some tools, like
|
||||
# `prettier`, don't handle nested `.gitgnore` properly, but they _do_ handle top-level `.gitignore`
|
||||
# patterns properly. So, include it here, even though we shouldn't need it. :cry:
|
||||
.jj/
|
||||
|
||||
# Generated by Cargo
|
||||
# will have compiled files and executables
|
||||
target/
|
||||
@ -36,4 +44,4 @@ cts/
|
||||
.gpuconfig
|
||||
|
||||
# Temporary clone location for wasm-bindgen mirroring
|
||||
wgpu/src/backend/webgpu/webgpu_sys/wasm_bindgen_clone_tmp
|
||||
wgpu/src/backend/webgpu/webgpu_sys/wasm_bindgen_clone_tmp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user