THRIFT-1985 add a Vagrantfile to build and test Apache Thrift fully reproducable
authorRoger Meier <roger@apache.org>
Thu, 30 May 2013 19:57:34 +0000 (21:57 +0200)
committerRoger Meier <roger@apache.org>
Thu, 30 May 2013 19:57:34 +0000 (21:57 +0200)
add EXTRA_DIST

.gitignore
Makefile.am [changed mode: 0644->0755]

index 0c44429..8c4ba8e 100644 (file)
@@ -18,6 +18,7 @@ gen-*
 *.swp
 .project
 .pydevproject
+.sonar
 .DS_Store
 
 /Makefile
old mode 100644 (file)
new mode 100755 (executable)
index 54c45a2..f7758af
@@ -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