diff options
author | Huon Wilson <dbau.pp+github@gmail.com> | 2013-04-13 00:24:08 +1000 |
---|---|---|
committer | Huon Wilson <dbau.pp+github@gmail.com> | 2013-04-13 09:20:19 +1000 |
commit | 42b4b6771dfbcafb5f0b13e18f4a57aaeb47cf23 (patch) | |
tree | c668c345bbe302acf3fcb87b21df5178e86b3899 /.gitignore | |
parent | auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed... (diff) | |
download | grust-42b4b6771dfbcafb5f0b13e18f4a57aaeb47cf23.tar.gz grust-42b4b6771dfbcafb5f0b13e18f4a57aaeb47cf23.tar.bz2 grust-42b4b6771dfbcafb5f0b13e18f4a57aaeb47cf23.tar.xz |
Add some more generated files to the .gitignore file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 83d6186c9e..b48c5de893 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -49,6 +49,8 @@ | |||
49 | .valgrindrc | 49 | .valgrindrc |
50 | lexer.ml | 50 | lexer.ml |
51 | TAGS | 51 | TAGS |
52 | TAGS.emacs | ||
53 | TAGS.vim | ||
52 | version.ml | 54 | version.ml |
53 | version.texi | 55 | version.texi |
54 | /Makefile | 56 | /Makefile |
@@ -60,6 +62,7 @@ config.mk | |||
60 | /inst/ | 62 | /inst/ |
61 | /mingw-build/ | 63 | /mingw-build/ |
62 | src/.DS_Store | 64 | src/.DS_Store |
65 | /tmp/ | ||
63 | /stage0/ | 66 | /stage0/ |
64 | /dl/ | 67 | /dl/ |
65 | /stage1/ | 68 | /stage1/ |
@@ -75,6 +78,8 @@ version.md | |||
75 | rust.tex | 78 | rust.tex |
76 | keywords.md | 79 | keywords.md |
77 | x86_64-apple-darwin/ | 80 | x86_64-apple-darwin/ |
81 | x86_64-unknown-linux-gnu/ | ||
82 | i686-unknown-linux-gnu/ | ||
78 | doc/core/ | 83 | doc/core/ |
79 | tmp.*.rs | 84 | tmp.*.rs |
80 | config.stamp | 85 | config.stamp |