]> git.lizzy.rs Git - rust.git/blob - .gitignore
Rollup merge of #63374 - RalfJung:pin-packed, r=cramertj
[rust.git] / .gitignore
1 # This file should only ignore things that are generated during a build,
2 # generated by common IDEs, and optional files controlled by the user
3 # that affect the build (such as config.toml).
4 # FIXME: This needs cleanup.
5 *~
6 .#*
7 .DS_Store
8 .cproject
9 .hg/
10 .hgignore
11 .idea
12 *.iml
13 __pycache__/
14 *.py[cod]
15 *$py.class
16 .project
17 .settings/
18 .valgrindrc
19 .vscode
20 .favorites.json
21 /Makefile
22 /build/
23 /config.toml
24 /dist/
25 /dl/
26 /doc/
27 /inst/
28 /llvm/
29 /mingw-build/
30 /obj/
31 /rustllvm/
32 /src/libcore/unicode/DerivedCoreProperties.txt
33 /src/libcore/unicode/DerivedNormalizationProps.txt
34 /src/libcore/unicode/PropList.txt
35 /src/libcore/unicode/ReadMe.txt
36 /src/libcore/unicode/Scripts.txt
37 /src/libcore/unicode/SpecialCasing.txt
38 /src/libcore/unicode/UnicodeData.txt
39 /src/libcore/unicode/downloaded
40 /target/
41 tags
42 tags.*
43 TAGS
44 TAGS.*
45 \#*
46 \#*\#
47 config.mk
48 config.stamp
49 Session.vim
50 .cargo
51 no_llvm_build