]> git.lizzy.rs Git - rust.git/blob - .gitignore
handle zero-size allocations correctly
[rust.git] / .gitignore
1 *~
2 \#*\#
3 \#*
4 .#*
5 *.x86
6 *.llvm
7 *.out
8 *.boot
9 *.rustc
10 *.cmx
11 *.dll
12 *.def
13 *.exe
14 *.a
15 *.rlib
16 *.so
17 *.dylib
18 *.orig
19 *.cmo
20 *.cmi
21 *.dSYM
22 *.d
23 *.o
24 *.ll
25 *.bc
26 *.aux
27 *.cp
28 *.fn
29 *.ky
30 *.cps
31 *.log
32 *.pdf
33 *.epub
34 *.html
35 *.pg
36 *.toc
37 *.tp
38 *.vr
39 *.patch
40 *.diff
41 *.rej
42 *.swp
43 *.swo
44 *.tmp
45 *.pyc
46 *.elc
47 .hg/
48 .hgignore
49 .cproject
50 .project
51 .valgrindrc
52 lexer.ml
53 TAGS
54 TAGS.emacs
55 TAGS.vi
56 version.ml
57 version.texi
58 /Makefile
59 config.mk
60 /rt/
61 /rustllvm/
62 /test/
63 /build/
64 /inst/
65 /mingw-build/
66 src/.DS_Store
67 /tmp/
68 /stage0/
69 /dl/
70 /stage1/
71 /stage2/
72 /stage3/
73 *.bz2
74 /doc/html
75 /doc/latex
76 /doc/std
77 /doc/extra
78 /doc/green
79 /doc/native
80 /doc/rustc
81 /doc/syntax
82 /doc/rustuv
83 /doc/rustpkg
84 /nd/
85 /llvm/
86 version.md
87 *.tex
88 keywords.md
89 x86_64-apple-darwin/
90 x86_64-unknown-linux-gnu/
91 i686-unknown-linux-gnu/
92 tmp.*.rs
93 config.stamp
94 .DS_Store
95 src/etc/dl
96 .settings/
97 build/
98 i686-pc-mingw32/
99 src/librustc/lib/llvmdeps.rs
100 *.pot