Browse Source

ignore b2.exe and bjam.exe (for Windows)

Eric Niebler 12 years ago
parent
commit
3b2b3dffd2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -1,6 +1,8 @@
 /b2
+/b2.exe
 /bin.v2
 /bjam
+/bjam.exe
 /bootstrap.log
 /boost
 /dist

粤ICP备19079148号