1
0
mirror of https://github.com/github/gitignore synced 2024-07-04 10:09:00 +02:00
Commit Graph

865 Commits

Author SHA1 Message Date
Coby Chapple
54769b4048 Merge pull request #400 from NameFILIP/patch-1
Update SeamGen.gitignore
2012-08-02 19:49:00 -07:00
Coby Chapple
bc0c761efc Merge pull request #399 from bfuk/patch-2
Added ignore of W3TC cache folder (for users that might be using W3TC ca...
2012-08-02 19:48:21 -07:00
Coby Chapple
9b566a37ad Merge pull request #401 from rb2/master
Fix Opencart gitignore
2012-08-02 19:45:14 -07:00
Coby Chapple
f43d17eed0 Merge pull request #384 from thenew/patch-1
add *.log (wp-content/debug.log)
2012-08-02 19:39:30 -07:00
Coby Chapple
55f8c12acc Merge pull request #385 from gneatgeek/master
Updated SASS gitignore
2012-08-02 19:29:02 -07:00
Coby Chapple
67083ce70d Make CakePHP ignore config folder of either case
This takes the change from #339 and makes it case insensitive so that CakePHP projects from both before and after the rename ignore the appropriate files.
2012-08-03 12:18:45 +10:00
Justin Spahr-Summers
f88aa40dbe Merge pull request #361 from MaxNanasy/patch-1
Removed redundant ".directory" that was already covered by ".*".
2012-08-02 19:05:26 -07:00
Justin Spahr-Summers
e31878f8bc Merge pull request #304 from mgold/master
.netrwhist
2012-08-02 19:03:41 -07:00
Justin Spahr-Summers
fae236e74a Merge remote-tracking branch 'arsenm/patch-1'
Conflicts:
	C.gitignore
2012-08-02 19:03:14 -07:00
Justin Spahr-Summers
8486f22049 Merge remote-tracking branch 'OliverLetterer/patch-1'
Conflicts:
	Objective-C.gitignore
2012-08-02 19:02:06 -07:00
Coby Chapple
4709f02b41 Merge pull request #402 from ntotten/master
Added Windows Azure build output files
2012-08-02 18:54:56 -07:00
Justin Spahr-Summers
ef2db78680 Merge pull request #388 from rhysd/master
ignoring *.dylib (dynamic link libraries in MacOS X)
2012-08-02 18:53:21 -07:00
Justin Spahr-Summers
edaff200ff Merge pull request #390 from osteslag/patch-1
Update to also ignore .DS_Store files
2012-08-02 18:53:03 -07:00
Coby Chapple
9f41394164 Merge pull request #339 from AD7six/patch-1
the current version of Cakephp (2.x) renamed the config folder to Config
2012-08-02 18:50:42 -07:00
Nathan Totten
1a2c40923c Added NuGet packages directory 2012-08-02 14:40:30 -07:00
Nathan Totten
d9d85d8a24 Added Windows Azure build output files 2012-08-02 14:37:34 -07:00
Ruslan Brest
ac71c8886d fix Opencart gitignore 2012-08-01 10:56:28 +03:00
Filip Spiridonov
e2c0408fb6 Update SeamGen.gitignore 2012-07-31 11:57:21 +08:00
bfuk
9da936706c Added ignore of W3TC cache folder (for users that might be using W3TC cache plugin) 2012-07-24 11:41:47 +02:00
huxuan
c92d58adf5 Add *.thm for LaTeX 2012-07-23 13:31:11 +08:00
Hugo Ferreira
0be0dd05f7 Windows XP Media Center Edition also creates ehthumbs.db which holds previews of video files.
See http://en.wikipedia.org/wiki/Windows_thumbnail_cache#Thumbs.db
2012-07-17 01:17:08 +02:00
Luis Abreu
3bdb155bd2 * Updated comments
* added web.config and authorize.php
* tweaked settings.php path to also ignore stock example.settings.php file
* tweaked files and private folders paths to include all sites
2012-07-15 18:53:32 +02:00
mastacheata
329376b2ef Add Exception for htaccess file denying access to the cache folder 2012-07-13 17:52:09 +03:00
Joachim Bondo
1365cd43f7 Update to also ignore .DS_Store files 2012-07-11 15:19:29 +03:00
rhysd
6e3af78e04 ignoring dynamic link library in MacOS X
*.dylib is an extension for dynamic link library in MacOS X.
2012-07-07 06:11:09 +09:00
GneatGeek
027e033836 Updated SASS gitignore 2012-07-03 13:54:50 -07:00
Rémy Barthez
3e98f92321 add *.log (wp-content/debug.log) 2012-07-02 10:53:25 +03:00
Lucas Jenss
9865ef35a9 Ignore *.tdo files generated by the todonotes package
The [todonotes package](http://www.tex.ac.uk/tex-archive/macros/latex/contrib/todonotes/todonotes.pdf)
generates "tdo" files when you use the \listoftodos command.
2012-06-29 14:54:27 +02:00
borekb
818ed295cf Project files (.project, .actionScriptProperties and .flexProperties) removed from .gitignore as they should be version-controlled. 2012-06-26 10:42:51 +03:00
Ove Andersen
0f0936c7ac EPiServer licenses are tied to a machine, so should be ignored 2012-06-25 13:38:38 +02:00
sciencebrainrs
dc623d479d Add out folder to gitignore 2012-06-23 17:19:47 -05:00
Gant
b341772f93 Added RubyMotion gitignore 2012-06-22 12:38:36 -05:00
Satish BD
e741ca37c8 Ignores for gtags and cscope added. 2012-06-10 01:32:00 +03:00
Illya Kovalevskyy
d49148e2bd dynlib => dylib (msspl) 2012-06-09 16:36:58 +03:00
Illya Kovalevskyy
93c4f1b610 *.desktop removed from the list 2012-06-09 08:30:06 +03:00
Bastien Colmard
cae4051346 Added Play 2.0 working directories
as stated in the official documentation http://www.playframework.org/documentation/2.0/Anatomy
2012-06-05 12:38:20 +03:00
Max Nanasy
91a1756d29 Removed redundant ".directory" that was already covered by ".*". 2012-06-04 14:51:20 -07:00
Sven Schultschik
c27430e74c PhPStorm gitignore 2012-06-04 22:59:05 +02:00
Misha Manulis
f4530cfa0b Adding support for SDCC compiler files 2012-05-28 21:51:25 -07:00
Daniel Craig Jallits
73d14793f6 Updated for Magento 1.7.0.0 2012-05-24 09:59:53 -05:00
Illya Kovalevskyy
603a1f2681 now it support *.desktop files 2012-05-22 22:00:28 +03:00
Illya Kovalevskyy
e53ae99204 added some templates 2012-05-22 21:50:21 +03:00
Attila Bukor
74174a83c6 added composer.phar to Symfony2 gitignore 2012-05-22 11:50:51 +03:00
Illya Kovalevskyy
bacececa74 Qt-project gitignore added for Qt core developers 2012-05-19 21:51:19 +03:00
Illya Kovalevskyy
65343523f4 gitignore for Qt-project 2012-05-19 21:48:06 +03:00
Björn Esser
4eebde9c47 added rule for .bz2 --> bzip2 2012-05-19 12:02:40 +02:00
Ben Ripkens
bc89654101 Ignore information for lein plugin directory. The directory is similar to the lib/ directory as it also contains downloaded dependencies (or in this case plugins). 2012-05-16 17:17:08 +03:00
James Cowgill
799ee6b79e Added MIDL headers (_i.h) to Visual Studio gitignore 2012-05-13 16:02:33 +01:00
Lucas Jenss
21f9741a1f The sublime-project file should be checked into version control
It contains project specific configuration, and should therefore by
checked into version control (as documented on
http://www.sublimetext.com/docs/2/projects.html)
2012-05-10 15:25:42 +02:00
Andy Dawson
d19a70e2c8 the current version of Cakephp (2.x) renamed the config folder to Config. adding core to the list of files to ignore as this contains security salts. 2012-05-08 13:01:41 +03:00