2019-10-21 08:36:49 +00:00
|
|
|
# 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.
|
2021-04-20 19:40:32 +00:00
|
|
|
|
|
|
|
## File system
|
|
|
|
.DS_Store
|
|
|
|
desktop.ini
|
|
|
|
|
|
|
|
## Editor
|
2021-03-11 02:28:05 +00:00
|
|
|
*.swp
|
|
|
|
*.swo
|
2021-04-20 19:40:32 +00:00
|
|
|
Session.vim
|
2014-08-02 13:21:20 +00:00
|
|
|
.cproject
|
2016-05-13 17:18:59 +00:00
|
|
|
.idea
|
2017-06-30 20:18:47 +00:00
|
|
|
*.iml
|
2021-04-20 19:40:32 +00:00
|
|
|
.vscode
|
2010-08-09 13:55:27 +00:00
|
|
|
.project
|
2021-04-20 19:40:32 +00:00
|
|
|
.favorites.json
|
2014-08-02 13:21:20 +00:00
|
|
|
.settings/
|
2021-04-20 19:40:32 +00:00
|
|
|
|
|
|
|
## Tool
|
2011-01-03 21:56:01 +00:00
|
|
|
.valgrindrc
|
2021-04-20 19:40:32 +00:00
|
|
|
.cargo
|
|
|
|
# Included because it is part of the test case
|
2023-01-05 08:45:44 +00:00
|
|
|
!/tests/run-make/thumb-none-qemu/example/.cargo
|
2021-04-20 19:40:32 +00:00
|
|
|
|
|
|
|
## Configuration
|
2016-05-14 07:16:08 +00:00
|
|
|
/config.toml
|
2021-04-20 19:40:32 +00:00
|
|
|
/Makefile
|
|
|
|
config.mk
|
|
|
|
config.stamp
|
|
|
|
no_llvm_build
|
|
|
|
|
|
|
|
## Build
|
2014-08-02 13:21:20 +00:00
|
|
|
/dl/
|
2019-08-08 17:42:46 +00:00
|
|
|
/doc/
|
2011-12-23 19:43:27 +00:00
|
|
|
/inst/
|
2014-08-02 13:21:20 +00:00
|
|
|
/llvm/
|
2011-07-13 20:51:30 +00:00
|
|
|
/mingw-build/
|
2021-04-20 19:40:32 +00:00
|
|
|
/build/
|
2022-08-20 19:07:13 +00:00
|
|
|
/build-rust-analyzer/
|
2021-04-20 19:40:32 +00:00
|
|
|
/dist/
|
2020-01-13 21:40:19 +00:00
|
|
|
/unicode-downloads
|
2020-03-25 21:29:17 +00:00
|
|
|
/target
|
2022-08-27 02:29:39 +00:00
|
|
|
/src/bootstrap/target
|
2021-04-20 19:40:32 +00:00
|
|
|
/src/tools/x/target
|
|
|
|
# Created by default with `src/ci/docker/run.sh`
|
|
|
|
/obj/
|
|
|
|
|
|
|
|
## Temporary files
|
|
|
|
*~
|
|
|
|
\#*
|
|
|
|
\#*\#
|
|
|
|
.#*
|
|
|
|
|
|
|
|
## Tags
|
2018-07-22 12:14:06 +00:00
|
|
|
tags
|
|
|
|
tags.*
|
2014-08-02 13:21:20 +00:00
|
|
|
TAGS
|
2018-07-22 12:14:06 +00:00
|
|
|
TAGS.*
|
2021-04-20 19:40:32 +00:00
|
|
|
|
|
|
|
## Python
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
*$py.class
|
|
|
|
|
|
|
|
## Node
|
2021-10-12 13:09:28 +00:00
|
|
|
node_modules
|
|
|
|
package-lock.json
|
2022-02-01 16:14:59 +00:00
|
|
|
package.json
|
2021-04-20 19:40:32 +00:00
|
|
|
|
2021-07-10 19:09:51 +00:00
|
|
|
## Rustdoc GUI tests
|
2023-01-05 08:45:44 +00:00
|
|
|
tests/rustdoc-gui/src/**.lock
|
2021-07-10 19:09:51 +00:00
|
|
|
|
2019-10-21 08:36:49 +00:00
|
|
|
# Before adding new lines, see the comment at the top.
|