]> git.lizzy.rs Git - rust.git/blob - .gitignore
liballoc: Use NonZero in Rc.
[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 *.ky
23 *.ll
24 *.llvm
25 *.log
26 *.o
27 *.orig
28 *.out
29 *.patch
30 *.pdf
31 *.pg
32 *.pot
33 *.pyc
34 *.rej
35 *.rlib
36 *.rustc
37 *.so
38 *.swo
39 *.swp
40 *.tmp
41 *.toc
42 *.tp
43 *.vr
44 *.x86
45 *~
46 .#*
47 .DS_Store
48 .cproject
49 .hg/
50 .hgignore
51 .project
52 .settings/
53 .valgrindrc
54 /*-*-*-*/
55 /*-*-*/
56 /Makefile
57 /build
58 /dist/
59 /dl/
60 /doc
61 /inst/
62 /llvm/
63 /mingw-build/
64 /nd/
65 /rt/
66 /rustllvm/
67 /src/libunicode/DerivedCoreProperties.txt
68 /src/libunicode/EastAsianWidth.txt
69 /src/libunicode/HangulSyllableType.txt
70 /src/libunicode/PropList.txt
71 /src/libunicode/Scripts.txt
72 /src/libunicode/UnicodeData.txt
73 /stage0/
74 /stage1/
75 /stage2/
76 /stage3/
77 /test/
78 /tmp/
79 TAGS
80 TAGS.emacs
81 TAGS.vi
82 \#*
83 \#*\#
84 config.mk
85 config.stamp
86 keywords.md
87 lexer.ml
88 src/.DS_Store
89 src/etc/dl
90 src/librustc_llvm/llvmdeps.rs
91 tmp.*.rs
92 version.md
93 version.ml
94 version.texi