aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ignore the src build temporary directories.onefang2020-03-161-0/+2
|
* Remove addon-modules from git ignore list.onefang2020-02-071-1/+1
|
* Add Gloebits clone and build.onefang2020-02-071-0/+2
| | | | And poor mans git sub modules, coz otherwise it gets complex.
* Better build script.onefang2019-06-031-0/+1
| | | | | Clean out last build the dumb way. Check for Mono version.
* Clean up .gitignore.onefang2019-05-191-31/+2
|
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-41/+33
|
* Ignore some more.root2019-05-191-0/+2
|
* Include some more .ini files.David Walter Seikel2017-02-151-2/+0
|
* Include some missing dlls that should be in the source repo.David Walter Seikel2017-02-151-0/+3
|
* Update .gitignore.David Walter Seikel2016-12-091-0/+8
|
* Attempt to move everything writable, and the configs, out of the bin directory.David Walter Seikel2016-11-041-29/+29
| | | | Log configs are still in the bin directory.
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-1/+17
|
* Add IG specific config.David Walter Seikel2013-03-141-1/+0
|
* Add profile and search modules.David Walter Seikel2013-02-231-1/+0
|
* updating config properties added during upgrade process, adding error log ↵SignpostMarv2013-01-041-0/+2
| | | | file to doxygen config, adding doxygen output directory & error log to .gitignore
* Add file to .gitignoreBlueWall2012-09-061-0/+1
| | | | Add OpenSim.userprefs which is created by Monodevelop to .gitignore
* 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
* adding sqlite journal files to .gitignoreSignpostMarv2012-08-241-0/+1
|
* adding asset cache and map tile directories to .gitignoreSignpostMarv2012-07-271-0/+2
|
* Add some things to .gitignore to make the status cleanerBlueWall2011-10-261-1/+17
|
* 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