We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76f6606 + 42b4b67 commit 16ccf90Copy full SHA for 16ccf90
.gitignore
@@ -49,6 +49,8 @@
49
.valgrindrc
50
lexer.ml
51
TAGS
52
+TAGS.emacs
53
+TAGS.vim
54
version.ml
55
version.texi
56
/Makefile
@@ -60,6 +62,7 @@ config.mk
60
62
/inst/
61
63
/mingw-build/
64
src/.DS_Store
65
+/tmp/
66
/stage0/
67
/dl/
68
/stage1/
@@ -75,6 +78,8 @@ version.md
75
78
rust.tex
76
79
keywords.md
77
80
x86_64-apple-darwin/
81
+x86_64-unknown-linux-gnu/
82
+i686-unknown-linux-gnu/
83
doc/core/
84
tmp.*.rs
85
config.stamp
0 commit comments