aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2013-01-041-0/+2
|\ | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * updating config properties added during upgrade process, adding error log ↵SignpostMarv2013-01-031-0/+2
| | | | | | | | file to doxygen config, adding doxygen output directory & error log to .gitignore
* | Merge branch 'master' into careminsterMelanie2012-09-071-0/+1
|\ \ | |/ | | | | | | | | Conflicts: OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs OpenSim/Framework/Servers/VersionInfo.cs
| * Add file to .gitignoreBlueWall2012-09-061-0/+1
| | | | | | | | Add OpenSim.userprefs which is created by Monodevelop to .gitignore
* | Merge branch 'master' into careminsterMelanie2012-08-291-0/+4
|\ \ | |/ | | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
| * adding some files to .gitignore that get generated when debugging in c# ↵SignpostMarv2012-08-271-0/+4
| | | | | | | | express with OpenSim.32BitLaunch as the startup project
* | Merge commit 'a0d178b284050df64d0eb5b9728565fd72615c22' into careminsterMelanie2012-08-251-0/+1
|\ \ | |/
| * adding sqlite journal files to .gitignoreSignpostMarv2012-08-241-0/+1
| |
* | Merge branch 'master' into careminsterMelanie2012-07-281-0/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Monitoring/BaseStatsCollector.cs OpenSim/Region/Application/OpenSim.cs OpenSim/Region/Application/OpenSimBase.cs OpenSim/Region/Framework/Scenes/SceneManager.cs bin/OpenMetaverse.Rendering.Meshmerizer.dll bin/OpenMetaverse.StructuredData.dll bin/OpenMetaverse.dll bin/OpenMetaverseTypes.dll prebuild.xml
| * adding asset cache and map tile directories to .gitignoreSignpostMarv2012-07-271-0/+2
| |
* | Merge branch 'master' into bigmergeMelanie2011-10-261-1/+17
|\ \ | |/ | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * Add some things to .gitignore to make the status cleanerBlueWall2011-10-261-1/+17
| |
* | Rewrite collision dictionary handling, cleans up deleted obects/avs. Fixes ↵Kitto Flora2010-07-131-0/+3
|/ | | | occasional collision event failure. ChOde only.
* removed from git *.VisualState.xml (automatically created by NUnit)AlexRa2010-04-281-0/+1
|
* Removed from git .../obj directories (created by VStudio)AlexRa2010-04-281-0/+8
|
* additional log files to ignore, also ignoring TestResult.xmldr scofield (aka dirk husemann)2009-09-091-1/+10
|
* Add UUIDs in bin/ScriptEngines to .gitignore.Jeff Ames2009-08-171-0/+1
|
* Thanks jonc for a patch to ignore some Visual Studio and generated ini files.Jeff Ames2009-08-121-1/+9
|
* Enable the console show version command and the viewer about command, to ↵Chris Down2009-08-111-0/+1
| | | | | | | | | | | | | | show the last git commit hash together with the conmit date and time. The data is retrieved form a file bin/.version This file can be generated automatically using the post commit script by adding the following to the script: 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
* ignore .svn directories, useful for the mirrorSean Dague2009-08-071-0/+1
|
* Add bin/*.db and bin/*.ini to .gitignore.Jeff Ames2009-07-111-0/+2
|
* - adding Makefile.local to .gitignoreDr Scofield2009-04-141-0/+1
|
* adding bin/ScriptEngines/*/*.{dll,state}, bin/j2kDecodeCache,Dr Scofield2009-02-091-4/+8
| | | | | | bin/UserAssets to .gitignore
* adding TAGS to .gitignoreDr Scofield2009-01-221-0/+1
|
* Revert the rest of r7468Homer Horwitz2008-11-251-1/+0
|
* Local changesHomer Horwitz2008-11-251-0/+1
|
* Mid-work, trying to fix region part insertion and retrievalSean Dague2008-10-301-0/+2
| | | | | | | | SQLite reports System NUll Reference, but works, inside LoadItems, on SQLiteRegionData.cs From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
* - Inserted code coverage monocov. To run do nant test-cov.Sean Dague2008-10-221-0/+1
| | | | | | Creates a new directory cov and exports to html files in subdirectories.
* Merge commit 'arthur/master'Sean Dague2008-10-141-0/+6
|
* add pidb files to gitignoreSean Dague2008-07-161-0/+1
|
* added .gitignore which makes using git-svn easierSean Dague2008-07-091-0/+26