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 | |
| parent | 76f6606a8cca62baf89163d5091af5e594dafd20 (diff) | |
| download | rust-42b4b6771dfbcafb5f0b13e18f4a57aaeb47cf23.tar.gz rust-42b4b6771dfbcafb5f0b13e18f4a57aaeb47cf23.zip | |
Add some more generated files to the .gitignore file
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 83d6186c9e1..b48c5de8931 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,8 @@ .valgrindrc lexer.ml TAGS +TAGS.emacs +TAGS.vim version.ml version.texi /Makefile @@ -60,6 +62,7 @@ config.mk /inst/ /mingw-build/ src/.DS_Store +/tmp/ /stage0/ /dl/ /stage1/ @@ -75,6 +78,8 @@ version.md rust.tex keywords.md x86_64-apple-darwin/ +x86_64-unknown-linux-gnu/ +i686-unknown-linux-gnu/ doc/core/ tmp.*.rs config.stamp |
