X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitignore;h=1428ee6c9bc234acc1cb52d25f54afdcdd5f145c;hb=06af44238f2b7a82995dc0a354403ab68dab7cc5;hp=1c47ed4c024822730874b26588ad7e45b9fdf947;hpb=865e46b4ba4669dcfe184e6fce0395a481b7f0ad;p=rust.git diff --git a/.gitignore b/.gitignore index 1c47ed4c024..1428ee6c9bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ -# This file should only ignore things that are generated during a build, -# generated by common IDEs, and optional files controlled by the user -# that affect the build (such as config.toml). +# This file should only ignore things that are generated during a `x.py` build, +# generated by common IDEs, and optional files controlled by the user that +# affect the build (such as config.toml). +# In particular, things like `mir_dump` should not be listed here; they are only +# created during manual debugging and many people like to clean up instead of +# having git ignore such leftovers. You can use `.git/info/exclude` to +# configure your local ignore list. # FIXME: This needs cleanup. *~ .#* @@ -51,7 +55,6 @@ config.mk config.stamp Session.vim .cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo no_llvm_build -# Generated when dumping Graphviz output for debugging: -/mir_dump/ -/*.dot +# Before adding new lines, see the comment at the top.