forked from github/server
do not update submodules before each build.
add tolua to .gitignore, it's not a proper submodule.
This commit is contained in:
parent
f5419a7f45
commit
3ff5a3155e
|
@ -1,40 +1,41 @@
|
|||
.vscode/
|
||||
*.orig
|
||||
eressea.ini
|
||||
Debug
|
||||
Release
|
||||
|
||||
# SlickEdit
|
||||
*.vtg
|
||||
*.vpwhistu
|
||||
|
||||
# Microsoft Visual Studio build artefacts
|
||||
src/Debug/
|
||||
src/Release/
|
||||
src/*.vcproj.*.user
|
||||
Debug/
|
||||
Release/
|
||||
ipch/
|
||||
*.ipch
|
||||
*.ncb
|
||||
*.opensdf
|
||||
*.pdb
|
||||
*.sdf
|
||||
*.suo
|
||||
*.user
|
||||
|
||||
*~
|
||||
*.bak
|
||||
bin/
|
||||
build*/
|
||||
*.log
|
||||
*.log.*
|
||||
tags
|
||||
Thumbs.db
|
||||
.gdb_history
|
||||
*.cfg
|
||||
*.cmd
|
||||
tmp/
|
||||
tests/config.lua
|
||||
tests/reports/
|
||||
tests/data/185.dat
|
||||
tolua/
|
||||
.vscode/
|
||||
*.orig
|
||||
eressea.ini
|
||||
Debug
|
||||
Release
|
||||
|
||||
# SlickEdit
|
||||
*.vtg
|
||||
*.vpwhistu
|
||||
|
||||
# Microsoft Visual Studio build artefacts
|
||||
src/Debug/
|
||||
src/Release/
|
||||
src/*.vcproj.*.user
|
||||
Debug/
|
||||
Release/
|
||||
ipch/
|
||||
*.ipch
|
||||
*.ncb
|
||||
*.opensdf
|
||||
*.pdb
|
||||
*.sdf
|
||||
*.suo
|
||||
*.user
|
||||
|
||||
*~
|
||||
*.bak
|
||||
bin/
|
||||
build*/
|
||||
*.log
|
||||
*.log.*
|
||||
tags
|
||||
Thumbs.db
|
||||
.gdb_history
|
||||
*.cfg
|
||||
*.cmd
|
||||
tmp/
|
||||
tests/config.lua
|
||||
tests/reports/
|
||||
tests/data/185.dat
|
||||
|
|
Loading…
Reference in New Issue