From 8b305e94d27dfd0ed33105e6c62d47c64bcba42e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 28 Mar 2018 00:01:49 +0100 Subject: Don't distribute compile_commands.json. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index c48cdcff9..979c08017 100644 --- a/wscript +++ b/wscript @@ -647,7 +647,7 @@ def dist(ctx): ctx.excl = """ TODO core *~ src/wx/*~ src/lib/*~ builds/*~ doc/manual/*~ src/tools/*~ *.pyc .waf* build .git deps alignment hacks sync *.tar.bz2 *.exe .lock* *build-windows doc/manual/pdf doc/manual/html - GRSYMS GRTAGS GSYMS GTAGS + GRSYMS GRTAGS GSYMS GTAGS compile_commands.json """ def create_version_cc(version, cxx_flags): -- cgit v1.2.3