Fix .gitignore to re-ignore test binaries with new extensions

This commit is contained in:
Brian Anderson 2011-01-03 22:08:58 -05:00 committed by Graydon Hoare
parent b7f8566ea9
commit 12eb60c29d
1 changed files with 2 additions and 2 deletions

4
.gitignore vendored
View File

@ -2,8 +2,8 @@
*.x86
*.llvm
*.out
*.x86.tmp
*.llvm.tmp
*.boot
*.rustc
*.cmx
*.dll
*.exe