mirror of
https://github.com/glest/glest-source.git
synced 2025-08-28 10:19:55 +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
|
||||
*.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
27
.gitignore
vendored
@@ -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
11
mk/linux/.gitignore
vendored
@@ -1,2 +1,13 @@
|
||||
megaglest
|
||||
megaglest.6
|
||||
|
||||
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
|
||||
|
2
source/.gitignore
vendored
2
source/.gitignore
vendored
@@ -1 +1 @@
|
||||
windows_deps/
|
||||
/windows_deps*/
|
||||
|
Reference in New Issue
Block a user