1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-04-14 17:43:01 -04:00

Review files exported in tarballs

This commit is contained in:
lbonn 2025-01-21 13:21:07 +01:00
parent 369818666b
commit 03a3a58d54
2 changed files with 14 additions and 5 deletions

12
.gitattributes vendored
View file

@ -1,9 +1,11 @@
*gitignore export-ignore
.build.yml export-ignore
.gitattributes export-ignore
.gitmodules export-ignore
.gitlab-ci.yml export-ignore
.travis.yml export-ignore
.gitignore export-ignore
.mailmap export-ignore
.github export-ignore
.gitlab-ci.yml export-ignore
.gitmodules export-ignore
.travis.yml export-ignore
releasenotes export-ignore
doc/*.png export-ignore
doc/help-output.txt export-ignore
@ -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

View file

@ -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