The documentation's files format will be more friendly for the average Windows OS user.

This commit is contained in:
filux 2014-01-25 20:29:49 +01:00
parent bbfbc6af0e
commit 3b8e350b4b
5 changed files with 37 additions and 25 deletions

20
.gitattributes vendored
View File

@ -1,9 +1,15 @@
* text=auto
*.bat -text
*.vcproj -text
*.nsi -text
*.sln -text
*.vbs -text
*.bat eol=crlf
*.vcproj eol=crlf
*.nsi eol=crlf
*.sln eol=crlf
*.vbs eol=crlf
*.txt eol=crlf
CMake*.txt eol=lf
version.txt eol=lf
VERSION.txt eol=lf
robots.txt eol=lf
*.ttc -text -diff
*.ttf -text -diff
@ -27,6 +33,8 @@
*.xcf -text -diff
*.blend -text -diff
*.blend1 -text -diff
.gitattributes export-ignore
.git export-ignore
.gitignore export-ignore
.gitattributes export-ignore
.gitmodules export-ignore

27
.gitignore vendored
View File

@ -6,12 +6,8 @@
# Vim
*.un~
Session.vim
MegaGlest.kdev4
/mk/linux/mydata
/mk/linux/release
/mk/linux/linux_symbols
/mk/linux/core
/mk/linux/core.bak
# KDevelop
*.kdev4
## OSX
Icon
@ -55,10 +51,9 @@ $RECYCLE.BIN/
## Repo
*.blend
*.blend1
# Linux_build
/mk/linux/build/
/google-breakpad
/mk/linux/megaglest.6
/google-breakpad/
# Windows_build
*.dll
*.exe
@ -68,13 +63,11 @@ $RECYCLE.BIN/
*.map
*.dmp
*.dat
/data/glest_game/lua/
#/data/glest_game/lua/
#
/source/windows_deps_2012
/source/windows_deps_2010
/source/windows_deps_2010_old
# Coverity
/cov-int
/cov-int/.*
/cov-int/
# convert_faction_xml2html
/html/

11
mk/linux/.gitignore vendored
View File

@ -1,2 +1,13 @@
megaglest
megaglest.6
megaglest_*
!*.desktop
core
core.bak
/build/
/release/
/linux_symbols/
/mydata

View File

@ -1,3 +1,3 @@
Release/
/Release/
/ipch

2
source/.gitignore vendored
View File

@ -1 +1 @@
windows_deps/
/windows_deps*/