]> git.lizzy.rs Git - rust.git/blob - .gitignore
64b5e577607eedcac020a8ab7fe249a6c025237f
[rust.git] / .gitignore
1 # This file should only ignore things that are generatd 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 /*-*-*-*/
22 /*-*-*/
23 /Makefile
24 /build
25 /config.toml
26 /dist/
27 /dl/
28 /doc
29 /inst/
30 /llvm/
31 /mingw-build/
32 /nd/
33 /obj/
34 /rt/
35 /rustllvm/
36 /src/libcore/unicode/DerivedCoreProperties.txt
37 /src/libcore/unicode/DerivedNormalizationProps.txt
38 /src/libcore/unicode/PropList.txt
39 /src/libcore/unicode/ReadMe.txt
40 /src/libcore/unicode/Scripts.txt
41 /src/libcore/unicode/SpecialCasing.txt
42 /src/libcore/unicode/UnicodeData.txt
43 /src/libcore/unicode/downloaded
44 /stage[0-9]+/
45 /target
46 target/
47 /test/
48 /tmp/
49 tags
50 tags.*
51 TAGS
52 TAGS.*
53 \#*
54 \#*\#
55 config.mk
56 config.stamp
57 keywords.md
58 lexer.ml
59 Session.vim
60 src/etc/dl
61 tmp.*.rs
62 version.md
63 version.ml
64 version.texi
65 .cargo
66 !src/vendor/**
67 /src/target/
68
69 no_llvm_build
70