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
commit ffa443f2dd7235582953347995fb3ee58269fcb3 Author: Eric Avdey <[email protected]> AuthorDate: Thu Dec 6 16:28:08 2018 -0400 Ignore clang compile commands database file New rebar leaves behind a clang compile commands database file after compiling the ports. --- 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/
