]> git.lizzy.rs Git - rust.git/blob - .gitignore
Rollup merge of #67321 - lzutao:htons, r=dtolnay
[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 /src/libcore/unicode/DerivedCoreProperties.txt
38 /src/libcore/unicode/DerivedNormalizationProps.txt
39 /src/libcore/unicode/PropList.txt
40 /src/libcore/unicode/ReadMe.txt
41 /src/libcore/unicode/Scripts.txt
42 /src/libcore/unicode/SpecialCasing.txt
43 /src/libcore/unicode/UnicodeData.txt
44 /src/libcore/unicode/downloaded
45 /target/
46 # Generated by compiletest for incremental:
47 /tmp/
48 tags
49 tags.*
50 TAGS
51 TAGS.*
52 \#*
53 \#*\#
54 config.mk
55 config.stamp
56 Session.vim
57 .cargo
58 !/src/test/run-make/thumb-none-qemu/example/.cargo
59 no_llvm_build
60 # Before adding new lines, see the comment at the top.