X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=d9761ce40927ce92d29daa23b4496e04b9e97e4f;hb=c20d7eecbc0928b57da8fe30b2ef8528e2bdd5be;hp=d34ed114972c5a794627ea18c0a36cede861562b;hpb=4a365a29d64bec75d107214319a129ba68fc12a3;p=rust.git diff --git a/.gitignore b/.gitignore index d34ed114972..d9761ce4092 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,11 @@ +# 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. *~ .#* .DS_Store @@ -14,32 +22,21 @@ __pycache__/ .valgrindrc .vscode .favorites.json -/*-*-*-*/ -/*-*-*/ /Makefile -/build +/build/ /config.toml /dist/ /dl/ -/doc +/doc/ /inst/ /llvm/ /mingw-build/ -/nd/ +# Created by default with `src/ci/docker/run.sh`: /obj/ -/rt/ /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 -/stage[0-9]+/ -/target -target/ -/test/ +/unicode-downloads +/target/ +# Generated by compiletest for incremental: /tmp/ tags tags.* @@ -49,18 +46,8 @@ TAGS.* \#*\# config.mk config.stamp -keywords.md -lexer.ml -mir_dump Session.vim -src/etc/dl -tmp.*.rs -version.md -version.ml -version.texi .cargo -!src/vendor/** -/src/target/ - +!/src/test/run-make/thumb-none-qemu/example/.cargo no_llvm_build - +# Before adding new lines, see the comment at the top.