mirror of
https://github.com/OpenSim-NGC/OpenSim-Sasquatch.git
synced 2024-11-21 14:29:10 -07:00
mantis 8976: add a few things to gitignore
This commit is contained in:
parent
073098e1b6
commit
15efd8f673
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -13,6 +13,8 @@
|
|||
*.dll
|
||||
*.log
|
||||
.idea
|
||||
*.bak
|
||||
*.lnk
|
||||
|
||||
# Ignore .user and .suo files as these are user preference specific
|
||||
# http://stackoverflow.com/questions/72298/should-i-add-the-visual-studio-suo-and-user-files-to-source-control
|
||||
|
@ -49,6 +51,7 @@ bin/ScriptEngines/*-*-*-*-*
|
|||
bin/ScriptEngines/*.dll
|
||||
bin/ScriptEngines/*/*.dll
|
||||
bin/ScriptEngines/*/*.state
|
||||
bin/ScriptEngines/Yengine/*
|
||||
bin/*.maddin
|
||||
bin/*.exe
|
||||
bin/*.ini
|
||||
|
@ -60,6 +63,7 @@ bin/UserAssets
|
|||
bin/assetcache
|
||||
bin/maptiles
|
||||
bin/bakes
|
||||
bin/MeshCache
|
||||
bin/estate_settings.xml
|
||||
bin/config-include/CenomeCache.ini
|
||||
bin/config-include/FlotsamCache.ini
|
||||
|
|
Loading…
Reference in a new issue