aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
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
2011-06-02GIT: Ignore XCode workspaces in iphone & macosx dists foldersJulien
2011-06-01GIT: Ignore XCode user dataJulien
2011-04-27PORTS: Tweak win32setup targetLittleboy
- Rename README-SDL to be used by installer script - Use relative build path for WIN32PATH - Add default build folder to ignore file
2011-04-12GIT: Ignore /plugins directoryKlaus Reimer
2011-04-12GIT: Add Eclipse .settings directory to gitignoreKlaus Reimer
2011-04-12WEBOS: Add webos backendKlaus Reimer
IPK can be built with "make webosrelease".
2011-04-09DEVTOOLS: Renamed 'tools' directory to 'devtools'Max Horn
2011-03-16GIT: Ignore Code::Blocks project filesLittleboy
2011-02-24GIT: Simplify and improve filters for MSVCstrangerke
2011-02-18Merge branch 'dhewg-android'dhewg
2011-02-14GIT: Ignore Visual Studio precompiled headers folderLittleboy
2011-02-14ANDROID: Allow out-of-src-tree builds, cleanupdhewg
- move all android specific make stuff from module.mk to android.mk - don't create automatically generated files in the source tree - don't fail when building outside of the source tree - clean android build files on "make clean" - cleanup
2011-02-14GIT: Ignore more files and directories used by Visual StudioLittleboy
2011-02-13GIT: Add Eclipse projects to .gitignoreBastien Bouclet
2011-02-13.gitignore: Add several windows-only and/or MSVC filesstrangerke
2011-02-12.gitignore: add vi swap files.dhewg
how could you forget vi users? HOW? :\
2011-02-12Add ScummVM.app to .gitignoreMax Horn
2011-02-12GIT: Add .gitignoreWillem Jan Palenstijn