mirror of
https://github.com/opensim/opensim.git
synced 2026-08-14 09:25:45 +08:00
git log -n 1 --pretty="format:%h: %ci" > bin/.version This command can also be run manually to create the bin/.version file. This command genrates a short form of the commit hash and a date and time of the commit in ISO8601 format. If a full commit hash is required then change %h to %H The logic that is used to extract the deprecated svn revision is still included. It will be removed at a future date
47 lines
626 B
Plaintext
47 lines
626 B
Plaintext
.svn
|
|
.project
|
|
.settings
|
|
*.csproj
|
|
*.csproj.user
|
|
*.build
|
|
*.mdb
|
|
*.mdp
|
|
*.mds
|
|
*.pidb
|
|
*.dll.build
|
|
*/*/bin
|
|
*/*/*/bin
|
|
*/*/*/*/bin
|
|
*/*/*/*/*/bin
|
|
*/*/*/*/*/*/bin
|
|
*/*/*/*/*/*/*/bin
|
|
bin/Debug/*.dll
|
|
bin/*.dll.mdb
|
|
bin/*.db
|
|
bin/addin-db-*
|
|
bin/*.dll
|
|
bin/ScriptEngines/*.dll
|
|
bin/ScriptEngines/*/*.dll
|
|
bin/ScriptEngines/*/*.state
|
|
bin/*.maddin
|
|
bin/*.exe
|
|
bin/*.ini
|
|
bin/j2kDecodeCache
|
|
bin/Physics*
|
|
bin/Terrain*
|
|
bin/UserAssets
|
|
bin/estate_settings.xml
|
|
Examples/*.dll
|
|
OpenSim.build
|
|
OpenSim.sln
|
|
Prebuild/Prebuild.build
|
|
Prebuild/Prebuild.sln
|
|
bin/OpenSim.log
|
|
cov/*
|
|
OpenSim/OpenSim.userprefs
|
|
OpenSim/OpenSim.usertasks
|
|
TAGS
|
|
*~
|
|
Makefile.local
|
|
bin/.version
|