]> git.lizzy.rs Git - rust.git/blobdiff - rustfmt.toml
Rollup merge of #89315 - et342:cstr_from_vec_unchecked_doc, r=yaahc
[rust.git] / rustfmt.toml
index af807aa6f739e75c4e61d7cefd61f89df4487296..053f3e3ee583b9afbe4783715ad4892f80d88569 100644 (file)
@@ -7,6 +7,8 @@ merge_derives = false
 # tidy only checks files which are not ignored, each entry follows gitignore style
 ignore = [
     "/build/",
+    "/*-build/",
+    "/build-*/",
     "/vendor/",
 
     # tests for now are not formatted, as they are sometimes pretty-printing constrained
@@ -17,6 +19,7 @@ ignore = [
     "library/backtrace",
     "library/stdarch",
     "compiler/rustc_codegen_cranelift",
+    "compiler/rustc_codegen_gcc",
     "src/doc/book",
     "src/doc/edition-guide",
     "src/doc/embedded-book",