diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-06-02 17:08:29 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-06-02 17:09:21 +0000 |
| commit | 09acca5bb04fd97a5946de8dc763f42b8f6f7743 (patch) | |
| tree | 55d672e3288ce8e81ae3fefbcaf4738367fcb4b2 /.gitignore | |
| parent | f0683d22277017e5a93798ce88a06fc7927dc326 (diff) | |
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>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 76d396ef25..5b88cf25af 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,4 @@ GRTAGS GPATH *.la *.lo +compile_commands.json |
