File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 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
79releasenotes export-ignore
810doc /* .png export-ignore
911doc /help-output.txt export-ignore
@@ -12,5 +14,5 @@ doc/Notes export-ignore
1214doc /old-theme-convert-output.rasi export-ignore
1315doc /test_xr.txt export-ignore
1416doc /create_screenshot.sh export-ignore
15- doc / README.md export-ignore
17+ mkdocs export-ignore
1618script /* .jpg export-ignore
Original file line number Diff line number Diff line change @@ -14,3 +14,10 @@ rm -rf build
1414
1515# configure script
1616autoreconf -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
You can’t perform that action at this time.
0 commit comments