mirror of
https://github.com/glest/glest-source.git
synced 2025-08-28 18:29:48 +02:00
The documentation's files format will be more friendly for the average Windows OS user.
This commit is contained in:
20
.gitattributes
vendored
20
.gitattributes
vendored
@@ -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
27
.gitignore
vendored
@@ -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
11
mk/linux/.gitignore
vendored
@@ -1,2 +1,13 @@
|
|||||||
megaglest
|
megaglest
|
||||||
|
megaglest.6
|
||||||
|
|
||||||
megaglest_*
|
megaglest_*
|
||||||
|
!*.desktop
|
||||||
|
|
||||||
|
core
|
||||||
|
core.bak
|
||||||
|
|
||||||
|
/build/
|
||||||
|
/release/
|
||||||
|
/linux_symbols/
|
||||||
|
/mydata
|
||||||
|
2
mk/windoze/.gitignore
vendored
2
mk/windoze/.gitignore
vendored
@@ -1,3 +1,3 @@
|
|||||||
Release/
|
/Release/
|
||||||
|
|
||||||
/ipch
|
/ipch
|
||||||
|
2
source/.gitignore
vendored
2
source/.gitignore
vendored
@@ -1 +1 @@
|
|||||||
windows_deps/
|
/windows_deps*/
|
||||||
|
Reference in New Issue
Block a user