This is an automated email from the ASF dual-hosted git repository.

eiri pushed a commit to branch ignore-clang-compile-commands-db-file
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to 
refs/heads/ignore-clang-compile-commands-db-file by this push:
     new 39f0cd4  Ignore clang compile commands datatabase file
39f0cd4 is described below

commit 39f0cd4423399741f2df4795b1a680c1e87c18b7
Author: Eric Avdey <[email protected]>
AuthorDate: Thu Dec 6 16:28:08 2018 -0400

    Ignore clang compile commands datatabase file
---
 src/couch/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/couch/.gitignore b/src/couch/.gitignore
index 73fb0b6..e1fa653 100644
--- a/src/couch/.gitignore
+++ b/src/couch/.gitignore
@@ -10,6 +10,7 @@ priv/*.lib
 priv/*.dll
 priv/*.exe
 vc120.pdb
+compile_commands.json
 
 test/engines/coverage/
 test/engines/data/

Reply via email to