Browse Source

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 years ago
committed by Victor Costan
parent
commit
0145a94ab6
1 changed files with 8 additions and 9 deletions
  1. +8
    -9
      .gitignore

+ 8
- 9
.gitignore View File

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

||||||
x
 
000:0
Loading…
Cancel
Save