Skip to content

Commit

Permalink
Update .gitignore.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pwnall committed Sep 24, 2018
1 parent 73d5834 commit 0145a94
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit 0145a94

Please sign in to comment.