]> git.lizzy.rs Git - rust.git/blob - .gitignore
Rollup merge of #32894 - brson:fixbeta, r=alexcrichton
[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 *.pdb
21 *.fn
22 *.html
23 *.kdev4
24 *.ky
25 *.ll
26 *.llvm
27 *.log
28 *.o
29 *.orig
30 *.out
31 *.patch
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 .project
54 .settings/
55 .valgrindrc
56 /*-*-*-*/
57 /*-*-*/
58 /Makefile
59 /build
60 /dist/
61 /dl/
62 /doc
63 /inst/
64 /llvm/
65 /mingw-build/
66 /nd/
67 /rt/
68 /rustllvm/
69 /src/libunicode/DerivedCoreProperties.txt
70 /src/libunicode/EastAsianWidth.txt
71 /src/libunicode/HangulSyllableType.txt
72 /src/libunicode/PropList.txt
73 /src/libunicode/Scripts.txt
74 /src/libunicode/UnicodeData.txt
75 /stage0/
76 /stage1/
77 /stage2/
78 /stage3/
79 /test/
80 /tmp/
81 /obj/
82 TAGS
83 TAGS.emacs
84 TAGS.vi
85 \#*
86 \#*\#
87 config.mk
88 config.stamp
89 keywords.md
90 lexer.ml
91 src/.DS_Store
92 src/etc/dl
93 src/librustc_llvm/llvmdeps.rs
94 tmp.*.rs
95 version.md
96 version.ml
97 version.texi
98 /target