X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitignore;h=d9761ce40927ce92d29daa23b4496e04b9e97e4f;hb=064f8885d5e1d38673783d626d9d3fc1b7b909f4;hp=1c47ed4c024822730874b26588ad7e45b9fdf947;hpb=b7a9c285a50f3a94c44687ba9ff3ab0648243aaa;p=rust.git diff --git a/.gitignore b/.gitignore index 1c47ed4c024..d9761ce4092 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. *~ .#* @@ -30,14 +34,7 @@ __pycache__/ # Created by default with `src/ci/docker/run.sh`: /obj/ /rustllvm/ -/src/libcore/unicode/DerivedCoreProperties.txt -/src/libcore/unicode/DerivedNormalizationProps.txt -/src/libcore/unicode/PropList.txt -/src/libcore/unicode/ReadMe.txt -/src/libcore/unicode/Scripts.txt -/src/libcore/unicode/SpecialCasing.txt -/src/libcore/unicode/UnicodeData.txt -/src/libcore/unicode/downloaded +/unicode-downloads /target/ # Generated by compiletest for incremental: /tmp/ @@ -51,7 +48,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.