]> git.lizzy.rs Git - rust.git/blob - .gitignore
Add a stat for local DefId density
[rust.git] / .gitignore
1 # This file should only ignore things that are generated during a `x.py` build,
2 # generated by common IDEs, and optional files controlled by the user that
3 # affect the build (such as config.toml).
4 # In particular, things like `mir_dump` should not be listed here; they are only
5 # created during manual debugging and many people like to clean up instead of
6 # having git ignore such leftovers. You can use `.git/info/exclude` to
7 # configure your local ignore list.
8 # FIXME: This needs cleanup.
9 *~
10 .#*
11 .DS_Store
12 .cproject
13 .hg/
14 .hgignore
15 .idea
16 *.iml
17 __pycache__/
18 *.py[cod]
19 *$py.class
20 .project
21 .settings/
22 .valgrindrc
23 .vscode
24 .favorites.json
25 /Makefile
26 /build/
27 /config.toml
28 /dist/
29 /dl/
30 /doc/
31 /inst/
32 /llvm/
33 /mingw-build/
34 # Created by default with `src/ci/docker/run.sh`:
35 /obj/
36 /rustllvm/
37 /unicode-downloads
38 /target/
39 # Generated by compiletest for incremental:
40 /tmp/
41 tags
42 tags.*
43 TAGS
44 TAGS.*
45 \#*
46 \#*\#
47 config.mk
48 config.stamp
49 Session.vim
50 .cargo
51 !/src/test/run-make/thumb-none-qemu/example/.cargo
52 no_llvm_build
53 # Before adding new lines, see the comment at the top.