summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2021-02-04 22:41:50 +0100
committerJens Geyer <jensg@apache.org>2021-02-05 00:13:59 +0100
commit8411e189b0af09e5baad34031555870cf692c1ad (patch)
tree0c7b4f7da7b28f3d7fb4f4a1c5c6dc931bc73012 /Makefile.am
parent0be1b7d7580f90cfdc3206f7fd7cf4306dcf5817 (diff)
downloadthrift-8411e189b0af09e5baad34031555870cf692c1ad.tar.gz
Version 0.14.0v0.14.0
Diffstat (limited to 'Makefile.am')
-rwxr-xr-xMakefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f9d59ef44..c5d9c41db 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -132,9 +132,15 @@ style-local:
codespell --write-changes --skip=$(skipped_files) --disable-colors
EXTRA_DIST = \
+ .asf.yaml \
.clang-format \
.dockerignore \
.editorconfig \
+ .eslintignore \
+ .eslintrc.json \
+ .flake8 \
+ .gitattributes \
+ .gitignore \
.travis.yml \
.rustfmt.toml \
ApacheThrift.nuspec \
@@ -156,6 +162,7 @@ EXTRA_DIST = \
LICENSE \
NOTICE \
package.json \
+ package-lock.json \
phpcs.xml.dist \
README.md \
sonar-project.properties \