- added export ignore directives to tell git which files to ignore on export

- updated build script version #
This commit is contained in:
SoftCoder 2013-12-26 23:39:17 -08:00
parent 7d562e0bd4
commit 1adb40e024
2 changed files with 6 additions and 3 deletions

3
.gitattributes vendored
View File

@ -27,3 +27,6 @@
*.xcf -text -diff
*.blend -text -diff
*.blend1 -text -diff
.gitattributes export-ignore
.gitignore export-ignore
.gitmodules export-ignore

View File

@ -4,9 +4,9 @@
# Written by Mark Vejvoda <mark_vejvoda@hotmail.com>
# Copyright (c) 2011 Mark Vejvoda under GNU GPL v3.0+
OLD_MG_VERSION=3.7.1
OLD_MG_VERSION_BINARY=3.7.1
MG_VERSION=3.9.0
OLD_MG_VERSION=3.9.0
OLD_MG_VERSION_BINARY=3.9.0
MG_VERSION=3.9.1-dev
if [ "$1" = "--oldversion" ]; then
echo "$OLD_MG_VERSION"