diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-09-18 17:58:00 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-09-18 17:58:00 -0700 |
commit | 4f4cb66b091c1d87cd42e8a7905b479f3560b28b (patch) | |
tree | c63cd06fa308a2c5a3a73f397681e4368ef1b16e /.gitignore | |
parent | Merge branch 'so/log-tree-diff-cleanup' (diff) | |
parent | Makefile: add support for generating JSON compilation database (diff) | |
download | tgif-4f4cb66b091c1d87cd42e8a7905b479f3560b28b.tar.xz |
Merge branch 'pb/clang-json-compilation-database'
Developer support.
* pb/clang-json-compilation-database:
Makefile: add support for generating JSON compilation database
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9673e792db..d0f692a355 100644 --- a/.gitignore +++ b/.gitignore @@ -196,6 +196,7 @@ /git.spec *.exe *.[aos] +*.o.json *.py[co] .depend/ *.gcda @@ -217,6 +218,7 @@ /tags /TAGS /cscope* +/compile_commands.json *.hcc *.obj *.lib |