1# Ignore on export
2/.git                               export-ignore
3.gitattributes                      export-ignore
4.gitignore                          export-ignore
5benchmark_monsterid.php             export-ignore
6benchmark_monsterid_results.txt     export-ignore
7parts/monsterparts.xcf              export-ignore
8parts/image.info                    export-ignore
9
10# Line endings
11*               text=auto
12*.php           text eol=lf
13*.sh            text eol=lf
14
15