diff --git a/cranelift/.gitignore b/cranelift/.gitignore deleted file mode 100644 index 98cb9403a1..0000000000 --- a/cranelift/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -*.pyc -*.bk -*.swp -*.swo -*.swx -tags -target -Cargo.lock -.*.rustfmt -cranelift.dbg* -.mypy_cache -rusty-tags.* -docs/_build -*~ -\#*\# diff --git a/cranelift/.rustfmt.toml b/cranelift/.rustfmt.toml deleted file mode 100644 index 8148fc6346..0000000000 --- a/cranelift/.rustfmt.toml +++ /dev/null @@ -1 +0,0 @@ -# This file tells tools we use rustfmt. We use the default settings.