]> git.lizzy.rs Git - rust.git/blob - .gitignore
Suggest use of `--print target-list` when target is not found.
[rust.git] / .gitignore
1 *.a
2 *.aux
3 *.bc
4 *.boot
5 *.bz2
6 *.cmi
7 *.cmo
8 *.cmx
9 *.cp
10 *.cps
11 *.d
12 *.dSYM
13 *.def
14 *.diff
15 *.dll
16 *.dylib
17 *.elc
18 *.epub
19 *.exe
20 *.fn
21 *.html
22 *.kdev4
23 *.ky
24 *.ll
25 *.llvm
26 *.log
27 *.o
28 *.orig
29 *.out
30 *.patch
31 *.pdb
32 *.pdf
33 *.pg
34 *.pot
35 *.pyc
36 *.rej
37 *.rlib
38 *.rustc
39 *.so
40 *.swo
41 *.swp
42 *.tmp
43 *.toc
44 *.tp
45 *.vr
46 *.x86
47 *~
48 .#*
49 .DS_Store
50 .cproject
51 .hg/
52 .hgignore
53 .idea
54 __pycache__/
55 *.py[cod]
56 *$py.class
57 .project
58 .settings/
59 .valgrindrc
60 /*-*-*-*/
61 /*-*-*/
62 /Makefile
63 /build
64 /config.toml
65 /dist/
66 /dl/
67 /doc
68 /inst/
69 /llvm/
70 /mingw-build/
71 /nd/
72 /obj/
73 /rt/
74 /rustllvm/
75 /src/libunicode/DerivedCoreProperties.txt
76 /src/libunicode/EastAsianWidth.txt
77 /src/libunicode/HangulSyllableType.txt
78 /src/libunicode/PropList.txt
79 /src/libunicode/Scripts.txt
80 /src/libunicode/UnicodeData.txt
81 /stage[0-9]+/
82 /target
83 /test/
84 /tmp/
85 TAGS
86 TAGS.emacs
87 TAGS.vi
88 \#*
89 \#*\#
90 config.mk
91 config.stamp
92 keywords.md
93 lexer.ml
94 src/etc/dl
95 src/librustc_llvm/llvmdeps.rs
96 tmp.*.rs
97 version.md
98 version.ml
99 version.texi