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 12:58:49 +0100
commit2ef0113d69527cf2b8b6d6df0ecd2650d6f7bf38 (patch)
tree3af52fbb6447f4af19286dfb843d049dde5d7eb5 /Makefile.am
parentebfa771a26e406da947f72ae8d87602c892435cc (diff)
downloadthrift-2ef0113d69527cf2b8b6d6df0ecd2650d6f7bf38.tar.gz
Consolidated gitignore & added missing EXTRA_DISTs
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 \