aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-02-23Add profile and search modules.David Walter Seikel1-1/+0
2013-01-04updating config properties added during upgrade process, adding error log ↵SignpostMarv1-0/+2
file to doxygen config, adding doxygen output directory & error log to .gitignore
2012-09-06Add file to .gitignoreBlueWall1-0/+1
Add OpenSim.userprefs which is created by Monodevelop to .gitignore
2012-08-27adding some files to .gitignore that get generated when debugging in c# ↵SignpostMarv1-0/+4
express with OpenSim.32BitLaunch as the startup project
2012-08-24adding sqlite journal files to .gitignoreSignpostMarv1-0/+1
2012-07-27adding asset cache and map tile directories to .gitignoreSignpostMarv1-0/+2
2011-10-26Add some things to .gitignore to make the status cleanerBlueWall1-1/+17
2010-04-28removed from git *.VisualState.xml (automatically created by NUnit)AlexRa1-0/+1
2010-04-28Removed from git .../obj directories (created by VStudio)AlexRa1-0/+8
2009-09-09additional log files to ignore, also ignoring TestResult.xmldr scofield (aka dirk husemann)1-1/+10
2009-08-17Add UUIDs in bin/ScriptEngines to .gitignore.Jeff Ames1-0/+1
2009-08-12Thanks jonc for a patch to ignore some Visual Studio and generated ini files.Jeff Ames1-1/+9
2009-08-11Enable the console show version command and the viewer about command, to ↵Chris Down1-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
2009-08-07ignore .svn directories, useful for the mirrorSean Dague1-0/+1
2009-07-11Add bin/*.db and bin/*.ini to .gitignore.Jeff Ames1-0/+2
2009-04-14- adding Makefile.local to .gitignoreDr Scofield1-0/+1
2009-02-09adding bin/ScriptEngines/*/*.{dll,state}, bin/j2kDecodeCache,Dr Scofield1-4/+8
bin/UserAssets to .gitignore
2009-01-22adding TAGS to .gitignoreDr Scofield1-0/+1
2008-11-25Revert the rest of r7468Homer Horwitz1-1/+0
2008-11-25Local changesHomer Horwitz1-0/+1
2008-10-30Mid-work, trying to fix region part insertion and retrievalSean Dague1-0/+2
SQLite reports System NUll Reference, but works, inside LoadItems, on SQLiteRegionData.cs From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
2008-10-22- Inserted code coverage monocov. To run do nant test-cov.Sean Dague1-0/+1
Creates a new directory cov and exports to html files in subdirectories.
2008-10-14Merge commit 'arthur/master'Sean Dague1-0/+6
2008-07-16add pidb files to gitignoreSean Dague1-0/+1
2008-07-09added .gitignore which makes using git-svn easierSean Dague1-0/+26