X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitignore;h=487867c375d4529a0a7f0e36c6b2207665e174c6;hb=fd6795b46a249d33c0127f77e08019b401a67fc5;hp=81a472451d777435d9ac39589de08c80a56bd7a4;hpb=88629778e6faeda18409ffaa9a00291e3605bae3;p=rust.git diff --git a/.gitignore b/.gitignore index 81a472451d7..487867c375d 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. *~ .#* @@ -52,3 +56,4 @@ config.stamp Session.vim .cargo no_llvm_build +# Before adding new lines, see the comment at the top.