aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Anderson <[email protected]>2011-01-03 22:08:58 -0500
committerGraydon Hoare <[email protected]>2011-01-07 11:33:03 -0800
commit12eb60c29d8b559f7de7890917094ec95999e847 (patch)
treedc186ab59803bffea9342326a01a3ca5f105bf80
parentMake the valgrind suppressions file compatible with older versions (diff)
downloadrust-12eb60c29d8b559f7de7890917094ec95999e847.tar.xz
rust-12eb60c29d8b559f7de7890917094ec95999e847.zip
Fix .gitignore to re-ignore test binaries with new extensions
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 55328a4d..5626e0dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,8 +2,8 @@
*.x86
*.llvm
*.out
-*.x86.tmp
-*.llvm.tmp
+*.boot
+*.rustc
*.cmx
*.dll
*.exe