Skip to content

Commit

Permalink
Review files exported in tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonn committed Jan 22, 2025
1 parent 3698186 commit 03a3a58
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
*gitignore export-ignore
.build.yml export-ignore
.gitattributes export-ignore
.gitmodules export-ignore
.gitignore export-ignore
.mailmap export-ignore
.github export-ignore
.gitlab-ci.yml export-ignore
.gitmodules export-ignore
.travis.yml export-ignore
.github export-ignore
releasenotes export-ignore
doc/*.png export-ignore
doc/help-output.txt export-ignore
Expand All @@ -12,5 +14,5 @@ doc/Notes export-ignore
doc/old-theme-convert-output.rasi export-ignore
doc/test_xr.txt export-ignore
doc/create_screenshot.sh export-ignore
doc/README.md export-ignore
mkdocs export-ignore
script/*.jpg export-ignore
7 changes: 7 additions & 0 deletions meson-dist-script
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ rm -rf build

# configure script
autoreconf -i
rm -rf autom4te.cache

# remove unwanted files in submodules
# (.gitattributes only applies to the root repo)
rm -f subprojects/*/.mailmap
rm -f subprojects/*/.gitignore
rm -f subprojects/*/.travis.yml

0 comments on commit 03a3a58

Please sign in to comment.