Skip to content

Commit 2f409a8

Browse files
Add .jj to .gitignore (gfx-rs#7559)
1 parent c24bf0f commit 2f409a8

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Jujutsu
2+
#
3+
# When using the WGPU repository through [Jujutsu](https://github.com/martinvonz/jj), `.jj/` dirs.
4+
# are ignored because Jujutsu writes a `.jj/.gitignore` file containing `/*`. Some tools, like
5+
# `prettier`, don't handle nested `.gitgnore` properly, but they _do_ handle top-level `.gitignore`
6+
# patterns properly. So, include it here, even though we shouldn't need it. :cry:
7+
.jj/
8+
19
# Generated by Cargo
210
# will have compiled files and executables
311
target/
@@ -36,4 +44,4 @@ cts/
3644
.gpuconfig
3745

3846
# Temporary clone location for wasm-bindgen mirroring
39-
wgpu/src/backend/webgpu/webgpu_sys/wasm_bindgen_clone_tmp
47+
wgpu/src/backend/webgpu/webgpu_sys/wasm_bindgen_clone_tmp

0 commit comments

Comments
 (0)