Codebase list flare-engine / upstream/1.13.04+git20220317.1.af3a39e .gitattributes
upstream/1.13.04+git20220317.1.af3a39e

Tree @upstream/1.13.04+git20220317.1.af3a39e (Download .tar.gz)

.gitattributes @upstream/1.13.04+git20220317.1.af3a39eraw · history · blame

# do not export git related things
.gitattributes export-ignore
.gitignore export-ignore
.mailmap export-ignore

# formatting
astyle_flare.sh export-ignore

# related to coding and testing
.travis.yml export-ignore
qt.xml export-ignore

# do not export the language recreation script
mods/default/languages/regenerate_po.sh export-ignore
mods/default/languages/xgettext.py export-ignore

# regenerating the wiki pages
extract_xml.sh export-ignore
wiki.xslt export-ignore
regenerate_wiki_attributepage.sh export-ignore

# the script to generate tar balls
distribution/create_release_tarball.sh export-ignore