소스 검색

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

Eric Niebler 12 년 전
부모
커밋
3b2b3dffd2
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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号