X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitignore;h=856ff7dbb0f33cef38a9a680945d1eb27f5cc370;hb=41d956bf632fbc658f21a4195344fe79b685cde9;hp=adf5e8feddf4c507efc627259e53cb146bdb45ea;hpb=71a5379bda71f19539dabac0232330561e19be1a;p=rust.git diff --git a/.gitignore b/.gitignore index adf5e8feddf..856ff7dbb0f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,37 +1,53 @@ -# Used by CI to be able to push: -/.github/deploy_key -out - -# Compiled files -*.o -*.d -*.so -*.rlib -*.dll -*.pyc -*.rmeta - -# Executables -*.exe - -# Generated by Cargo -*Cargo.lock -/target -/clippy_lints/target -/clippy_workspace_tests/target -/clippy_dev/target -/rustc_tools_util/target - -# Generated by dogfood -/target_recur/ - -# gh pages docs -util/gh-pages/lints.json - -# rustfmt backups -*.rs.bk - -helper.txt +# 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 +.cproject +.hg/ +.hgignore +.idea *.iml +__pycache__/ +*.py[cod] +*$py.class +.project +.settings/ +.valgrindrc .vscode -.idea +.favorites.json +/Makefile +/build/ +/config.toml +/dist/ +/dl/ +/doc/ +/inst/ +/llvm/ +/mingw-build/ +# Created by default with `src/ci/docker/run.sh`: +/obj/ +/rustllvm/ +/unicode-downloads +/target +# Generated by compiletest for incremental: +/tmp/ +tags +tags.* +TAGS +TAGS.* +\#* +\#*\# +config.mk +config.stamp +Session.vim +.cargo +!/src/test/run-make/thumb-none-qemu/example/.cargo +no_llvm_build +# Before adding new lines, see the comment at the top.