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 * text=auto
*.bat -text *.bat eol=crlf
*.vcproj -text *.vcproj eol=crlf
*.nsi -text *.nsi eol=crlf
*.sln -text *.sln eol=crlf
*.vbs -text *.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 *.ttc -text -diff
*.ttf -text -diff *.ttf -text -diff
@@ -27,6 +33,8 @@
*.xcf -text -diff *.xcf -text -diff
*.blend -text -diff *.blend -text -diff
*.blend1 -text -diff *.blend1 -text -diff
.gitattributes export-ignore
.git export-ignore
.gitignore export-ignore .gitignore export-ignore
.gitattributes export-ignore
.gitmodules export-ignore .gitmodules export-ignore

27
.gitignore vendored
View File

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

11
mk/linux/.gitignore vendored
View File

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

View File

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

2
source/.gitignore vendored
View File

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