diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-06-02 19:08:29 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-06-02 19:09:21 +0200 |
commit | 09acca5bb04fd97a5946de8dc763f42b8f6f7743 (patch) | |
tree | 55d672e3288ce8e81ae3fefbcaf4738367fcb4b2 | |
parent | Merge pull request #634 from dwalton76/bgp-ipv6-nexthop-ll-and-global-takeII (diff) | |
download | frr-09acca5bb04fd97a5946de8dc763f42b8f6f7743.tar.xz frr-09acca5bb04fd97a5946de8dc763f42b8f6f7743.zip |
frr: ignore 'compile_commands.json'
This file is generated by most tooling for Clang and generally wants to
be in the root directory. Best to ignore it.
https://clang.llvm.org/docs/JSONCompilationDatabase.html
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 76d396ef2..5b88cf25a 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,4 @@ GRTAGS GPATH *.la *.lo +compile_commands.json |