From 0236434bdc06b8480d5f46a228d9f4dfa84b69dc Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Thu, 30 May 2013 21:57:34 +0200 Subject: [PATCH] THRIFT-1985 add a Vagrantfile to build and test Apache Thrift fully reproducable add EXTRA_DIST --- .gitignore | 1 + Makefile.am | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) mode change 100644 => 100755 Makefile.am diff --git a/.gitignore b/.gitignore index 0c444290..8c4ba8e6 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ gen-* *.swp .project .pydevproject +.sonar .DS_Store /Makefile diff --git a/Makefile.am b/Makefile.am old mode 100644 new mode 100755 index 54c45a24..f7758af2 --- a/Makefile.am +++ b/Makefile.am @@ -34,9 +34,13 @@ print-version: @echo $(VERSION) EXTRA_DIST = \ - doc \ - tutorial \ + .travis.yml \ contrib \ + doc \ + doap.rdf \ + sonar-project.properties \ + tutorial \ + Vagrantfile \ LICENSE \ CHANGES \ NOTICE -- 2.17.1