aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
...
* Also ignore sublime project filesChad Horohoe2012-11-011-0/+1
| | | | Change-Id: I3f7ea6a6ce123aff7f422b3e6f59f38f21c4ff00
* Add images/lockdir to .gitignore.Tim Landscheidt2012-10-131-0/+1
| | | | Change-Id: I3ebecc6d2b8b13e774091e0ba4b7afa882d89e1d
* .gitignore: Fix case of "Thumbs.db"Timo Tijhof2012-09-251-1/+1
| | | | | | * Follows-up 82b127b3306b3e239df05659ad2eadcc50de83c7. Change-Id: I57fcc41ad22ec748c8c772aeccd1e9df6d4646f7
* Add a couple more to .gitignoreChad Horohoe2012-09-241-0/+3
| | | | Change-Id: Ibe72feb189e8f709c9f0ffd113bfcb926a561e8c
* Add cache/ to .gitignoreTimo Tijhof2012-08-301-1/+1
| | | | | | | | | | | | | | | | On fenari we've always got: > Untracked files: > (use "git add <file>..." to include in what will be committed) > > cache/l10n/ > cache/message-timestamp And on my localhost also several files and stuff extensions have put in there. Might as well ignore cache entirely instead of just .cdb files. Change-Id: I3c594a0f746341687c2a35eed5dc2c2b91e68265
* .gitignore: Add .DS_Store for Mac OS X; Organize and a-Z sort.Timo Tijhof2012-08-081-12/+25
| | | | Change-Id: Idddfac5af757aa2869a2db25f10ca7ef6f4820a9
* Add a few more image related directories to ignoreReedy2012-04-021-1/+5
| | | | Change-Id: Ib353db437c5dd5b57e785cc4215b3fb42e9b3420
* Adding .*.swp, vi temporary files, to .gitignore.Amir E. Aharoni2012-04-011-0/+1
| | | | Change-Id: Ia5ca3b8a20de1ba7cb0fec3826138f82dbc578cf
* Added *.kate-swp to .gitignore.Amir E. Aharoni2012-03-291-0/+1
| | | | | | These are temporary files created by Kate, a popular text editor in KDE. Change-Id: I72e3eca752940e864c257a23014e335f4d181f4a
* gitignore mwsql script history fileNiklas Laxström2012-03-281-1/+2
| | | | | | | sql.php attempts to generates an history file in the user homedir and fallback on using maintenance/.mwsql_history Change-Id: Iad23df30fd00e5d99242d34e7338f9caeedb09e4
* Update .gitignore for maintenance/Daniel Friesen2012-03-231-0/+2
| | | | | | Add maintenance/dev/'s sqlite directory and maintenance/eval.php's history file to .gitignore. Change-Id: I574532dc1d5475fb929cebd1934bd0149ea27039
* git should ignore image directories and cache filesNeil Kandalgaonkar2012-01-251-0/+4
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/109983
* git: add ignore fileAntoine Musso2012-01-031-0/+17
This is the same as the svn:ignore property with the addition of '.svn' Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/107873