diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-28 00:01:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-28 00:01:49 +0100 |
| commit | 8b305e94d27dfd0ed33105e6c62d47c64bcba42e (patch) | |
| tree | a75fd48ece226f55fa6dc7c4f5fd7904abb92700 | |
| parent | 8e56ed2c248f8c7143f9c7b84360b5a33a0cddd9 (diff) | |
Don't distribute compile_commands.json.
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |
