summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-28 00:01:49 +0100
committerCarl Hetherington <cth@carlh.net>2018-03-28 00:01:49 +0100
commit8b305e94d27dfd0ed33105e6c62d47c64bcba42e (patch)
treea75fd48ece226f55fa6dc7c4f5fd7904abb92700
parent8e56ed2c248f8c7143f9c7b84360b5a33a0cddd9 (diff)
Don't distribute compile_commands.json.
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
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):