THRIFT-1985 add a Vagrantfile to build and test Apache Thrift fully reproducable
add EXTRA_DIST
diff --git a/.gitignore b/.gitignore
index 0c44429..8c4ba8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,7 @@
*.swp
.project
.pydevproject
+.sonar
.DS_Store
/Makefile
diff --git a/Makefile.am b/Makefile.am
old mode 100644
new mode 100755
index 54c45a2..f7758af
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,9 +34,13 @@
@echo $(VERSION)
EXTRA_DIST = \
- doc \
- tutorial \
+ .travis.yml \
contrib \
+ doc \
+ doap.rdf \
+ sonar-project.properties \
+ tutorial \
+ Vagrantfile \
LICENSE \
CHANGES \
NOTICE