aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2019-11-17BACKENDS: Remove the Windows CE portCameron Cawley
2019-10-06DEVTOOLS: Ignore Binary from create_supernova/create_imageD G Turner
2019-07-11GLK: Add create_glk to .gitignoreLe Philousophe
2019-07-05CRYOMNI3D: Add internationalization through external DAT fileLe Philousophe
2019-05-18NEWS: Convert German NEWS file to Markdown (#1627)Lothar Serra Mari
* NEWS: Convert German NEWS file to Markdown * NEWS: Fix Markdown conversion errors in NEUES.md * BUILD: Add the German NEWS file to the build system * NEWS: Fix formatting in NEUES.md
2019-05-12SWITCH: add nintendo switch supportCpasjuste
2019-04-21CONFIGURE: Generate html README and NEWS by default on macOSThierry Crozat
There was already a configure option to specify a output format other than plain text, but this had to be specified explicitely when executing configure. Now the ports can define a default other than plain text. On macOS now by default pandoc generate html output. It could in theory also generate rtf, but those are not properly displayed by TextEdit, and in addition TextEdit cannot handle link internal to the document (such as for the TOC). But if we are fine with no link for the TOC, we could pipe the pandoc html output with textutil to generate the RTF documents. Also this change allows to have an extension for the pandoc output files. By default this is empty for plain text (as before) and the same as the format otherwise (for example .rtf or .html).
2019-04-20DISTS: Merge MSVC versions into one folderSupSuper
2019-04-03GIT: Ignore CMake and Symbian build filesCameron Cawley
2019-04-02BUILD: Convert the NEWS.md file if pandoc is installedCameron Cawley
2019-02-17GIT: Ignore files generated by Visual Studio CodeLothar Serra Mari
2018-12-25BUILD: .gitignore READMEMatan Bareket
2018-08-25GIT: Ignore scummvm.dwpDavid Fioramonti
2018-08-20BUILD: Remove .dwo files on cleanTorbjörn Andersson
2018-05-10GIT: Remove leftover create_mads from .gitignoreAdrian Frühwirth
2018-05-10GIT: Add remaining devtools to .gitignoreCameron Cawley
2018-04-22BUILD: Add temporary files created by configure to .gitignoreAdrian Frühwirth
2018-04-07DS: Add necessary files to .gitignoreCameron Cawley
2017-09-16GIT: Ignore all root Xcode project filesColin Snover
[ci skip]
2017-09-03RISCOS: Correctly set executable extensionCameron Cawley
2017-09-03RISCOS: Add RISC OS supportcameron
2017-04-24WINDOWS: Change location where screenshot are savedPala
This fixes bug #9701: WINDOWS: Flow of taking screenshots on Windows is broken
2017-03-08CREATE_PROJECT: Add support for Visual Studio 2017Peter Kohaut
2017-03-04PSP2: Add Playstation Vita (PSP2) supportcpasjuste
2016-09-14ALL: Add gmon.out to .gitignoreLothar Serra Mari
2016-09-03GIT: Ignore files generated by testbed engineThierry Crozat
2016-08-12GIT: Ignore Xcode projects & outputColin Snover
2016-08-03BUILD: Added *.output to git ignore listEugene Sandulenko
2016-04-27GIT: Add *.VC.db to gitignorePeter Bozsó
2016-03-25OS X: Implement a Dock Tile Plugin to display recent games menu in dockThierry Crozat
This allows to start a recently played game directly from the dock. The ScummVM.app application should have been permanently added to the dock and the menu is only present when ScummVM is not running. The list of recently played game is written by the taskbar code in ScummVM. The Dock Tile Plugin only reads that list to populate the menu.
2016-01-04DEVTOOLS: Add *.opendb files to .gitignorerootfather
2014-03-09GIT: Ignore gettext messages.mo fileThierry Crozat
2013-12-07GIT: ignore all temporary msvc filesMartin Kiewitz
2013-12-07GIT: Ignore plugins_table.h made by create_projectMartin Kiewitz
2013-11-24BUILD: Remove need for engine.mk in each engine directory.D G Turner
Each engine now only has to provide a single configure.engine file adding the engine into the configure script, which then produces the required other files automatically.
2013-11-24BUILD: Split engines/plugins_table header down to a file per engine.D G Turner
This is the third and final commit enabling fully pluggable engines. Now providing an engine folder contains a configure.engine, engine.mk and engine-plugin.h file, it will be picked up automatically by the configure script.
2013-09-06CREATE_PROJECT: Add extra configuration for compilation with LLVMLittleboy
2013-08-13GIT: Ignore Mac .DS_Store filesThierry Crozat
2013-08-13GIT: Ignore create_mortdat and extract_mort executablesThierry Crozat
2013-07-07CREATE_PROJECT: Add support for testsLittleboy
- Added --tests command line switch - Parse test/module.mk to extract the list of test folders - Automatically run tests after a successful build
2013-06-27JANITORIAL: Add [Debug|Release][32|64] to .gitignoreTobia Tesan
MSVC11 seems to be using these as new default when running on x64.
2013-05-20GIT: Ignore create_{neverhood,tony}Ori Avtalion
2011-09-24WebOS: Adding portdist folder to .gitignoreTomFrost
2011-09-24Git: Adding Komodo project files to .gitignore.TomFrost
2011-07-01CONFIGURE: Rename $WIN32BUILD to $STAGINGLittleboy
2011-06-23Merge pull request #40 from bgK/ps3Eugene Sandulenko
PS3 Port
2011-06-23GIT: Ignore MSVC analysis build foldersJulien
2011-06-22GIT: Ignore Qt Creator project filesLittleboy
2011-06-22PS3: Initial version of the PlayStation 3 backendBastien Bouclet
2011-06-10COMMON: Add (another) Eclipse project file to .gitignoreCeRiAl