mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 14:23:45 +00:00
Clean up .gitignore
This commit is contained in:
parent
62652865b6
commit
3794fc9ce9
76
.gitignore
vendored
76
.gitignore
vendored
@ -5,53 +5,75 @@
|
||||
# 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.
|
||||
*~
|
||||
|
||||
## File system
|
||||
.DS_Store
|
||||
desktop.ini
|
||||
|
||||
## Version control
|
||||
.hgignore
|
||||
.hg/
|
||||
|
||||
## Editor
|
||||
*.swp
|
||||
*.swo
|
||||
.#*
|
||||
.DS_Store
|
||||
Session.vim
|
||||
.cproject
|
||||
.hg/
|
||||
.hgignore
|
||||
.idea
|
||||
*.iml
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
.project
|
||||
.settings/
|
||||
.valgrindrc
|
||||
.vscode
|
||||
.project
|
||||
.favorites.json
|
||||
/Makefile
|
||||
/build/
|
||||
.settings/
|
||||
|
||||
## Tool
|
||||
.valgrindrc
|
||||
.cargo
|
||||
# Included because it is part of the test case
|
||||
!/src/test/run-make/thumb-none-qemu/example/.cargo
|
||||
|
||||
## Configuration
|
||||
/config.toml
|
||||
/dist/
|
||||
/Makefile
|
||||
config.mk
|
||||
config.stamp
|
||||
no_llvm_build
|
||||
|
||||
## Build
|
||||
/dl/
|
||||
/doc/
|
||||
/inst/
|
||||
/llvm/
|
||||
/mingw-build/
|
||||
/src/tools/x/target
|
||||
# Created by default with `src/ci/docker/run.sh`:
|
||||
/obj/
|
||||
/build/
|
||||
/dist/
|
||||
/unicode-downloads
|
||||
/target
|
||||
# Generated by compiletest for incremental:
|
||||
/src/tools/x/target
|
||||
# Generated by compiletest for incremental
|
||||
/tmp/
|
||||
# Created by default with `src/ci/docker/run.sh`
|
||||
/obj/
|
||||
|
||||
## Temporary files
|
||||
*~
|
||||
\#*
|
||||
\#*\#
|
||||
.#*
|
||||
|
||||
## Tags
|
||||
tags
|
||||
tags.*
|
||||
TAGS
|
||||
TAGS.*
|
||||
\#*
|
||||
\#*\#
|
||||
config.mk
|
||||
config.stamp
|
||||
Session.vim
|
||||
.cargo
|
||||
!/src/test/run-make/thumb-none-qemu/example/.cargo
|
||||
no_llvm_build
|
||||
|
||||
## Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
## Node
|
||||
**node_modules
|
||||
**package-lock.json
|
||||
|
||||
# Before adding new lines, see the comment at the top.
|
||||
|
Loading…
Reference in New Issue
Block a user