gnucash maint: Add config and cache files for clangd.

Mike Alexander mta at code.gnucash.org
Wed Jan 26 01:03:22 EST 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/85be581e (commit)
	from  https://github.com/Gnucash/gnucash/commit/3c0dfb27 (commit)



commit 85be581e97f23974fd6ff619d0e37496ad05e768
Author: Mike Alexander <mta at umich.edu>
Date:   Wed Jan 26 01:01:25 2022 -0500

    Add config and cache files for clangd.

diff --git a/.gitignore b/.gitignore
index c941221ac..d477d7e4c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,7 @@
 .project
 .scm-links
 .vscode/
+.cache/
 ChangeLog
 Makefile
 Makefile.in
@@ -46,6 +47,7 @@ common/swig-runtime.h
 common/test-core/gnucash/
 common/test-core/test_stuff.py
 common/test-core/unittest_support.py
+compile_commands.json
 data/pixmaps/128x128/
 data/pixmaps/16x16
 data/pixmaps/22x22



Summary of changes:
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)



More information about the gnucash-changes mailing list