瀏覽代碼

Update .gitignore.

The version in the repository covers the Makefile build. The new version
is simpler and contains entries relevant to the CMake build.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=212661504
main
costan 6 年之前
committed by Victor Costan
父節點
當前提交
0145a94ab6
共有 1 個檔案被更改,包括 8 行新增9 行删除
  1. +8
    -9
      .gitignore

+ 8
- 9
.gitignore 查看文件

@ -1,9 +1,8 @@
build_config.mk
*.a
*.o
*.dylib*
*.so
*.so.*
*_test
db_bench
leveldbutil
# Editors.
*.sw*
.vscode
.DS_Store
# Build directory.
build/
out/

Loading…
取消
儲存