Skip to content

Commit 03a3a58

Browse files
committed
Review files exported in tarballs
1 parent 3698186 commit 03a3a58

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.gitattributes

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
*gitignore export-ignore
1+
.build.yml export-ignore
22
.gitattributes export-ignore
3-
.gitmodules export-ignore
3+
.gitignore export-ignore
4+
.mailmap export-ignore
5+
.github export-ignore
46
.gitlab-ci.yml export-ignore
7+
.gitmodules export-ignore
58
.travis.yml export-ignore
6-
.github export-ignore
79
releasenotes export-ignore
810
doc/*.png export-ignore
911
doc/help-output.txt export-ignore
@@ -12,5 +14,5 @@ doc/Notes export-ignore
1214
doc/old-theme-convert-output.rasi export-ignore
1315
doc/test_xr.txt export-ignore
1416
doc/create_screenshot.sh export-ignore
15-
doc/README.md export-ignore
17+
mkdocs export-ignore
1618
script/*.jpg export-ignore

meson-dist-script

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,10 @@ rm -rf build
1414

1515
# configure script
1616
autoreconf -i
17+
rm -rf autom4te.cache
18+
19+
# remove unwanted files in submodules
20+
# (.gitattributes only applies to the root repo)
21+
rm -f subprojects/*/.mailmap
22+
rm -f subprojects/*/.gitignore
23+
rm -f subprojects/*/.travis.yml

0 commit comments

Comments
 (0)