]> source.dussan.org Git - gitignore.git/log
gitignore.git
10 years agoAdd Swift.gitignore 1147/head
Martin Blech [Wed, 23 Jul 2014 22:23:20 +0000 (19:23 -0300)]
Add Swift.gitignore

I just copied Objective-C.gitignore. It seemed to do the job with a small Swift
project.

10 years agoMerge pull request #1142 from peterfpeterson/fortran_mod
Carl Suster [Fri, 18 Jul 2014 13:56:14 +0000 (23:56 +1000)]
Merge pull request #1142 from peterfpeterson/fortran_mod

Adding fortan module files.

10 years agoAdding fortan module files. 1142/head
Pete Peterson [Fri, 18 Jul 2014 13:13:18 +0000 (09:13 -0400)]
Adding fortan module files.

10 years agoLink a new fortran template to existing c++ one
Carl Suster [Wed, 16 Jul 2014 13:09:37 +0000 (23:09 +1000)]
Link a new fortran template to existing c++ one

As per #1140

10 years agoMerge pull request #1135 from Heather/patch-1
Carl Suster [Sat, 12 Jul 2014 04:39:56 +0000 (14:39 +1000)]
Merge pull request #1135 from Heather/patch-1

add /target/ (generated by Cargo) to Rust gitignore

10 years agoMerge pull request #1123 from dsmithni/patch-1
Carl Suster [Sat, 12 Jul 2014 04:36:31 +0000 (14:36 +1000)]
Merge pull request #1123 from dsmithni/patch-1

LabVIEW.gitignore

10 years agoMerge pull request #1128 from misterion/master
Carl Suster [Sat, 12 Jul 2014 04:33:53 +0000 (14:33 +1000)]
Merge pull request #1128 from misterion/master

Ignore QtCreator qmlproject user-specific files

10 years agoMerge pull request #1136 from bbodenmiller/patch-3
Carl Suster [Fri, 11 Jul 2014 02:37:35 +0000 (12:37 +1000)]
Merge pull request #1136 from bbodenmiller/patch-3

Clarify what commenting *.pubxml does

10 years agodatabase connection strings unencrypted 1136/head
Ben Bodenmiller [Thu, 10 Jul 2014 21:02:18 +0000 (14:02 -0700)]
database connection strings unencrypted

user passwords are stored in *.user files so it is only database connection strings that are not protected.

10 years agoClarify what commenting *.pubxml does
Ben Bodenmiller [Thu, 10 Jul 2014 15:38:21 +0000 (08:38 -0700)]
Clarify what commenting *.pubxml does

https://github.com/github/gitignore/commit/08def965cd1c0241a7cffbe7c26a74b3cab61243 incorrect states that commenting *.pubxml will keep your passwords hidden when it will actually do the opposite. This clarifies what commenting *.pubxml does and warns you of the dangers.

10 years agoadd /target/ (generated by Cargo) to Rust gitignore 1135/head
Heather [Tue, 8 Jul 2014 17:41:13 +0000 (21:41 +0400)]
add /target/ (generated by Cargo) to Rust gitignore

10 years agoMake ninja a global template.
Carl Suster [Tue, 8 Jul 2014 08:13:34 +0000 (18:13 +1000)]
Make ninja a global template.

Amends #1084

10 years agoMerge pull request #1084
Carl Suster [Tue, 8 Jul 2014 08:12:58 +0000 (18:12 +1000)]
Merge pull request #1084

10 years agoFix comment that was nonsensical after a previous change
Carl Suster [Tue, 8 Jul 2014 02:20:07 +0000 (12:20 +1000)]
Fix comment that was nonsensical after a previous change

10 years agoClarify the NuGet packages comments
Carl Suster [Tue, 8 Jul 2014 02:17:13 +0000 (12:17 +1000)]
Clarify the NuGet packages comments

Amends #1131
See these resources for explanation:
  http://docs.nuget.org/docs/reference/package-restore
  http://docs.nuget.org/docs/workflows/using-nuget-without-committing-packages

10 years agoRevert "Remove redundant Umbraco exceptions to VS rules"
Carl Suster [Tue, 8 Jul 2014 01:43:42 +0000 (11:43 +1000)]
Revert "Remove redundant Umbraco exceptions to VS rules"

This reverts commit 5b168d43009dbfa9e5b02dd6be7ee5961059ea61.

Amends #1131 - fixes Umbraco template to compensate for the change in the
VisualStudio template which would lead to issues if the two were used together.
These rules were originally added by @bbodenmiller in #1013

10 years agoMerge commit 'pull/1131'
Carl Suster [Tue, 8 Jul 2014 01:42:04 +0000 (11:42 +1000)]
Merge commit 'pull/1131'

10 years agoUpdate VisualStudio.gitignore 1131/head
Terje Sandstrom [Sat, 5 Jul 2014 09:12:43 +0000 (11:12 +0200)]
Update VisualStudio.gitignore

Removed the separate top-level patterns for NuGet in accordance with comments in PR. Will now match version 2.0.1.

10 years agoUpdate VisualStudio.gitignore
Terje Sandstrom [Wed, 2 Jul 2014 21:09:32 +0000 (23:09 +0200)]
Update VisualStudio.gitignore

Fixed pattern for excluding nuget packages so that it works both for top level package folder and for any lower level package folders.  Re-include patterns fixed the same way.

10 years agoAdd QtCreator qmlproject temp files ignoring 1128/head
nikolay.bondarenko [Tue, 1 Jul 2014 12:05:36 +0000 (16:05 +0400)]
Add QtCreator qmlproject temp files ignoring

10 years agoMerge pull request #1096 from theanalyst/elisp/cask
Carl Suster [Fri, 27 Jun 2014 12:46:21 +0000 (22:46 +1000)]
Merge pull request #1096 from theanalyst/elisp/cask

elisp: adding .cask files to gitignore

10 years agoMerge pull request #1125 from eugpermar/master
Carl Suster [Fri, 27 Jun 2014 12:44:46 +0000 (22:44 +1000)]
Merge pull request #1125 from eugpermar/master

Update C.gitignore: Added .la and .lo library extensions from GNU libtool

10 years agoUpdate C.gitignore 1125/head
eugpermar [Wed, 25 Jun 2014 10:42:09 +0000 (12:42 +0200)]
Update C.gitignore

Added .la and .lo library extensions

10 years agoMerge pull request #1124 from wojciechwasko/master
Carl Suster [Wed, 25 Jun 2014 00:07:33 +0000 (10:07 +1000)]
Merge pull request #1124 from wojciechwasko/master

(TeX) Exclude files generated by morewrites

10 years ago(TeX) Exclude files generated by morewrites 1124/head
Wojciech Waśko [Tue, 24 Jun 2014 17:31:53 +0000 (19:31 +0200)]
(TeX) Exclude files generated by morewrites

To overcome the "No room for a new \write", the morewrites package (http://www.ctan.org/pkg/morewrites) uses a file with the .mw extension

10 years agoLabVIEW.gitignore 1123/head
dsmithni [Tue, 24 Jun 2014 15:56:38 +0000 (10:56 -0500)]
LabVIEW.gitignore

LabVIEW (ni.com/labview) is a graphical system design tool.
File extensions are listed here:
http://zone.ni.com/reference/en-XX/help/371361K-01/lvhowto/lv_file_extensions/
.llb and lvlibp are for binary distributions, and are excluded for the same reason shared objects are excluded.
.aliases and .lvlps are metadata related to the project file, and are automatically updated when moving between machines (see note on that help page).

10 years agoMerge pull request #1039 from nkt/patch-1
Carl Suster [Tue, 24 Jun 2014 02:27:14 +0000 (12:27 +1000)]
Merge pull request #1039 from nkt/patch-1

Added Zephir language gitignore

10 years agoMerge pull request #1116 from adilsoncarvalho/patch-1
Carl Suster [Tue, 24 Jun 2014 02:23:59 +0000 (12:23 +1000)]
Merge pull request #1116 from adilsoncarvalho/patch-1

Must ignore x86 directory as well

10 years agoMerge pull request #1119 from hulet/sorting
Carl Suster [Tue, 24 Jun 2014 02:21:55 +0000 (12:21 +1000)]
Merge pull request #1119 from hulet/sorting

sort WordPress.gitignore

10 years agoMerge pull request #1111 from aelgru/master
Carl Suster [Tue, 24 Jun 2014 02:17:49 +0000 (12:17 +1000)]
Merge pull request #1111 from aelgru/master

Ignoring PyBuilder's target directory

10 years agoMerge pull request #959 from Metallicow/PyInstaller-.gitignore
Carl Suster [Tue, 24 Jun 2014 01:41:33 +0000 (11:41 +1000)]
Merge pull request #959 from Metallicow/PyInstaller-.gitignore

PyInstaller .manifest

10 years agoMerge pull request #1122 from whoshuu/patch-1
Carl Suster [Tue, 24 Jun 2014 01:39:14 +0000 (11:39 +1000)]
Merge pull request #1122 from whoshuu/patch-1

Space after comment in Android.gitignore

10 years agoSpace after comment in Android.gitignore 1122/head
Huu Nguyen [Mon, 23 Jun 2014 20:57:09 +0000 (13:57 -0700)]
Space after comment in Android.gitignore

10 years agoAdded comments for Zephir 1039/head
Nikita Gusakov [Sat, 21 Jun 2014 16:02:16 +0000 (20:02 +0400)]
Added comments for Zephir

10 years agosort WordPress.gitignore 1119/head
Steve Hulet [Thu, 19 Jun 2014 22:01:02 +0000 (15:01 -0700)]
sort WordPress.gitignore

10 years agoMust ignore x86 directory as well 1116/head
Adilson Carvalho [Wed, 18 Jun 2014 12:15:02 +0000 (09:15 -0300)]
Must ignore x86 directory as well

When installing SQLite embebed on my C# project I've noted that it generates both directories,
`x86` and `x64` but only `x64` was present on `.gitignore`.

10 years agoMerge pull request #1115 from ahmyi/patch-1
Carl Suster [Wed, 18 Jun 2014 03:46:37 +0000 (13:46 +1000)]
Merge pull request #1115 from ahmyi/patch-1

Update Unity.gitignore to ignore sysinfo crash log

10 years agoUpdate Unity.gitignore 1115/head
ahmyi [Tue, 17 Jun 2014 18:12:59 +0000 (02:12 +0800)]
Update Unity.gitignore

Sysinfo.txt is generated by unity if occurs any crashes. The content consist of  users system information, running process etc. I don't think that should be shared with others.

10 years agoIgnoring PyBuilder's target directory 1111/head
Michael Gruber [Sun, 15 Jun 2014 06:49:06 +0000 (08:49 +0200)]
Ignoring PyBuilder's target directory

10 years agoGet rid of the space in the filename
Carl Suster [Thu, 12 Jun 2014 01:48:15 +0000 (11:48 +1000)]
Get rid of the space in the filename

Amends #976

10 years agoMerge commit 'refs/pull/976'
Carl Suster [Thu, 12 Jun 2014 01:47:29 +0000 (11:47 +1000)]
Merge commit 'refs/pull/976'

10 years agoGrammar/formatting tweak to comments
Carl Suster [Thu, 12 Jun 2014 01:40:58 +0000 (11:40 +1000)]
Grammar/formatting tweak to comments

Fixes #897 with amendment

10 years agoadd Meta Programming System gitignore files
Kolja Dummann [Sun, 15 Dec 2013 17:44:00 +0000 (18:44 +0100)]
add Meta Programming System gitignore files

The Meta Programming System is a language workbench created by JetBrains.

http://jetbrains.com/mps/

By default this file will ignore the generated java source and the compiled java classes that are
produced by the language compiler. It will only add the Models which contain all information
necessary to reproduce the the java source code and the the resulting class files.

In addition to the generated source code it will ignore the test result files and test property files,
because those are also generated from the models.

The ignore file also prevents commiting the workspace.xml which contains the currently editor state,
like open files and cursor position.

10 years agoMerge pull request #1101 from kargakis/patch-1
Carl Suster [Thu, 12 Jun 2014 01:25:19 +0000 (11:25 +1000)]
Merge pull request #1101 from kargakis/patch-1

Ignore profile files

10 years agoIgnore profile files 1101/head
Michalis Kargakis [Fri, 6 Jun 2014 13:53:21 +0000 (16:53 +0300)]
Ignore profile files

10 years agoelisp: adding .cask files to gitignore 1096/head
Abhishek L [Fri, 30 May 2014 16:41:45 +0000 (22:11 +0530)]
elisp: adding .cask files to gitignore

cask is a dependency/package management tool for Emacs lisp packages. Adding
.cask to gitignore template to avoid tracking of installed packages not
a part of repository

10 years agoMerge pull request #1095 from Heather/patch-1
Carl Suster [Fri, 30 May 2014 05:56:17 +0000 (15:56 +1000)]
Merge pull request #1095 from Heather/patch-1

New template for Rust

10 years agogitignore for Rust 1095/head
Heather [Fri, 30 May 2014 05:51:56 +0000 (22:51 -0700)]
gitignore for Rust

10 years agoRe-order rules for JetBrains legacy project format
Daniel Rothmaler [Thu, 29 May 2014 01:13:13 +0000 (11:13 +1000)]
Re-order rules for JetBrains legacy project format

Fixes #1090 - this is the part of that PR that seems justified.

10 years agoMerge pull request #1092 from Arvur/master
Carl Suster [Thu, 29 May 2014 00:51:08 +0000 (10:51 +1000)]
Merge pull request #1092 from Arvur/master

One more binary type to ignore

10 years agoOne more binary type to ignore 1092/head
Denis Grinyuk [Wed, 28 May 2014 11:47:56 +0000 (15:47 +0400)]
One more binary type to ignore

10 years agoMerge pull request #1091 from nicwortel/update-symfony2
Carl Suster [Wed, 28 May 2014 10:26:02 +0000 (20:26 +1000)]
Merge pull request #1091 from nicwortel/update-symfony2

Update .gitignore for Symfony2

10 years agoRename Assets section 1091/head
Nic Wortel [Wed, 28 May 2014 10:23:42 +0000 (12:23 +0200)]
Rename Assets section

10 years agoRename Composer section
Nic Wortel [Wed, 28 May 2014 10:22:34 +0000 (12:22 +0200)]
Rename Composer section

10 years agoMove bootstrap file to "Managed by Composer" section
Nic Wortel [Wed, 28 May 2014 10:21:56 +0000 (12:21 +0200)]
Move bootstrap file to "Managed by Composer" section

10 years agoRename "Dependencies" section into "Managed by Composer"
Nic Wortel [Wed, 28 May 2014 10:21:08 +0000 (12:21 +0200)]
Rename "Dependencies" section into "Managed by Composer"

10 years agoReorder entries
Nic Wortel [Wed, 28 May 2014 10:02:45 +0000 (12:02 +0200)]
Reorder entries

10 years agoKeep cache and logs directories
Nic Wortel [Wed, 28 May 2014 09:58:44 +0000 (11:58 +0200)]
Keep cache and logs directories

10 years agoAdd leading slashes
Nic Wortel [Wed, 28 May 2014 09:57:41 +0000 (11:57 +0200)]
Add leading slashes

10 years agoIgnore bin folder
Nic Wortel [Wed, 28 May 2014 09:53:46 +0000 (11:53 +0200)]
Ignore bin folder

10 years agoReplace app/bootstrap wildcard with explicit entry
Nic Wortel [Wed, 28 May 2014 09:41:45 +0000 (11:41 +0200)]
Replace app/bootstrap wildcard with explicit entry

See https://github.com/symfony/symfony-standard/commit/e7b7b0f366465b15a29f44d7ba17287bb0b8392b

10 years agoMerge pull request #1069 from github/sbt
Carl Suster [Mon, 26 May 2014 01:32:52 +0000 (11:32 +1000)]
Merge pull request #1069 from github/sbt

[Global/SBT] Fix documentation URL

10 years agoMerge pull request #1085 from giosh94mhz/symfony2_ignore_phpunit_xml
Carl Suster [Mon, 26 May 2014 01:29:06 +0000 (11:29 +1000)]
Merge pull request #1085 from giosh94mhz/symfony2_ignore_phpunit_xml

Ignore phpunit.xml in Symfony2 applications

10 years agoMerge pull request #1079 from sebgod/mercury-add-beams
Carl Suster [Mon, 26 May 2014 01:26:48 +0000 (11:26 +1000)]
Merge pull request #1079 from sebgod/mercury-add-beams

Mercury.gitignore: Add Erlang .beams,

10 years agoMerge pull request #1078 from jamesottaway/patch-1
Carl Suster [Mon, 26 May 2014 01:24:16 +0000 (11:24 +1000)]
Merge pull request #1078 from jamesottaway/patch-1

Ignore locally-built `*.nupkg` files

10 years agoIgnore phpunit.xml in Symfony2 applications 1085/head
Giorgio Premi [Tue, 20 May 2014 13:51:47 +0000 (15:51 +0200)]
Ignore phpunit.xml in Symfony2 applications

10 years agoAdded .gitignore for Ninja build system dependency-cache and log. 1084/head
David Leon Gil [Sun, 18 May 2014 00:58:08 +0000 (20:58 -0400)]
Added .gitignore for Ninja build system dependency-cache and log.

10 years agoMercury.gitignore: Add Erlang .beams, as this is an 1079/head
Sebastian Godelet [Mon, 12 May 2014 08:00:08 +0000 (10:00 +0200)]
Mercury.gitignore: Add Erlang .beams, as this is an
additional compiler target, forgot to add this in
https://github.com/github/gitignore/pull/1057

10 years agoIgnore locally-built `*.nupkg` files 1078/head
James Ottaway [Mon, 12 May 2014 00:36:23 +0000 (10:36 +1000)]
Ignore locally-built `*.nupkg` files

Building NuGet packages locally with `NuGet.exe pack <name>.nuspec` generates a `<name>.<version>.nupkg` file which should never be versioned.

10 years agoMerge pull request #886 from acelaya/zf2
Carl Suster [Sun, 11 May 2014 11:05:46 +0000 (21:05 +1000)]
Merge pull request #886 from acelaya/zf2

Zend Framework 2 gitignore file

10 years agoZendFramework2.gitignore renamed to ZendFramework.gitignore 886/head
Alejandro Celaya [Sun, 11 May 2014 11:01:13 +0000 (13:01 +0200)]
ZendFramework2.gitignore renamed to ZendFramework.gitignore

10 years agoIncluded Zend Framework 1 rules
Alejandro Celaya [Sun, 11 May 2014 11:00:31 +0000 (13:00 +0200)]
Included Zend Framework 1 rules

10 years agoRemoved old ZendFramework.gitignore
Alejandro Celaya [Sun, 11 May 2014 10:59:57 +0000 (12:59 +0200)]
Removed old ZendFramework.gitignore

Documentation rules have been removed and the rest of the rules are going to be included in the ZendFramework2.gitignore.

10 years agoMerge pull request #1076 from stakisko/patch-1
Carl Suster [Sat, 10 May 2014 06:40:27 +0000 (16:40 +1000)]
Merge pull request #1076 from stakisko/patch-1

"TheFind Feed" module removed

10 years ago"TheFind Feed" module removed 1076/head
Konstantinos Bariotis [Thu, 8 May 2014 13:46:54 +0000 (16:46 +0300)]
"TheFind Feed" module removed

According to [this](http://www.magentocommerce.com/magento-connect/thefind-feed-1.html) TheFind Feed module does not come with the latest versions of Magento( > 1.6).

Thank you

10 years agoMerge pull request #1074 from github/ignore-lock-wscript
Scott J. Roberts [Wed, 7 May 2014 21:58:28 +0000 (17:58 -0400)]
Merge pull request #1074 from github/ignore-lock-wscript

Adding .lock-wscript

10 years agoAdding .lock-wscript 1074/head
Scott J. Roberts [Wed, 7 May 2014 21:47:05 +0000 (17:47 -0400)]
Adding .lock-wscript

10 years agoMerge pull request #1029 from cheddar/patch-1
Carl Suster [Wed, 7 May 2014 11:37:06 +0000 (21:37 +1000)]
Merge pull request #1029 from cheddar/patch-1

Tweak comment in Node.js .gitignore file

10 years agoMerge pull request #1070 from matma/master
Carl Suster [Wed, 7 May 2014 11:27:02 +0000 (21:27 +1000)]
Merge pull request #1070 from matma/master

Releases should also be ignored

10 years agoRemove stray whitespace
Carl Suster [Wed, 7 May 2014 11:22:24 +0000 (21:22 +1000)]
Remove stray whitespace

Amending #1072

10 years agoMerge commit 'refs/pull/1072'
Carl Suster [Wed, 7 May 2014 11:21:25 +0000 (21:21 +1000)]
Merge commit 'refs/pull/1072'

10 years agoReleases should be ignored 1070/head
Mateusz Wolsza [Wed, 7 May 2014 11:14:53 +0000 (13:14 +0200)]
Releases should be ignored

10 years agoMerge pull request #1071 from RX14/patch-1
Carl Suster [Wed, 7 May 2014 11:06:22 +0000 (21:06 +1000)]
Merge pull request #1071 from RX14/patch-1

Update Gradle.gitignore

10 years agoadded gitignore for IPython notebooks 1072/head
rasbt [Tue, 6 May 2014 18:48:13 +0000 (14:48 -0400)]
added gitignore for IPython notebooks

10 years agoadded gitignore for IPython notebooks
rasbt [Tue, 6 May 2014 18:47:52 +0000 (14:47 -0400)]
added gitignore for IPython notebooks

10 years agoUpdate Gradle.gitignore 1071/head
RX14 [Tue, 6 May 2014 16:06:01 +0000 (17:06 +0100)]
Update Gradle.gitignore

Update Gradle.gitignore

10 years agoReleases should also be ignored
Mateusz Wolsza [Tue, 6 May 2014 10:10:00 +0000 (12:10 +0200)]
Releases should also be ignored

"Releases" directory is created by Shimmer/Squirrel installer for example. It also should be ignored.

10 years agoMerge branch 'fix-1013'
Carl Suster [Tue, 6 May 2014 07:42:36 +0000 (17:42 +1000)]
Merge branch 'fix-1013'

I made some changes to the original pull request to remove complexity which
I believe was not needed.

10 years agoShorten note in comment at the top
Carl Suster [Tue, 6 May 2014 07:42:22 +0000 (17:42 +1000)]
Shorten note in comment at the top

10 years agoRemove redundant Umbraco exceptions to VS rules
Carl Suster [Tue, 6 May 2014 07:38:57 +0000 (17:38 +1000)]
Remove redundant Umbraco exceptions to VS rules

From the discussion on #1013:

Since the rule in VS is packages/*, the fact that it contains a slash means
that it is anchored to the top level. That is, is will only apply to
a directory called packages at the top level, and not to any at deeper
directories like App_Data. So these rules at the bottom of your changes
actually aren't necessary after all. I just confirmed this with a quick test.

10 years agoMerge pull request #958 from arcresu/python-bin
Carl Suster [Tue, 6 May 2014 07:31:14 +0000 (17:31 +1000)]
Merge pull request #958 from arcresu/python-bin

[Python] Remove rules for bin/, Mr Developer, and Rope

10 years agoFix URL in SBT template 1069/head
Carl Suster [Tue, 6 May 2014 07:19:27 +0000 (17:19 +1000)]
Fix URL in SBT template

10 years agoMerge pull request #1066 from FuriKuri/master
Carl Suster [Tue, 6 May 2014 07:09:58 +0000 (17:09 +1000)]
Merge pull request #1066 from FuriKuri/master

Add new .gitignore for Elixir

10 years agoAdd .gitignore for Elixir 1066/head
Theo Pack [Sun, 4 May 2014 16:27:23 +0000 (18:27 +0200)]
Add .gitignore for Elixir

10 years agoMerge pull request #1057 from sebgod/master
Carl Suster [Tue, 29 Apr 2014 10:44:35 +0000 (20:44 +1000)]
Merge pull request #1057 from sebgod/master

add Mercury language gitignore template

10 years agoremoved Vim and ctags specific ignores; as these are handled in Global/ 1057/head
Sebastian Godelet [Tue, 29 Apr 2014 10:15:00 +0000 (12:15 +0200)]
removed Vim and ctags specific ignores; as these are handled in Global/

10 years agoMerge pull request #1051 from bohdan4ik/patch-1
Carl Suster [Tue, 29 Apr 2014 01:44:39 +0000 (11:44 +1000)]
Merge pull request #1051 from bohdan4ik/patch-1

Splitted large comments into a few lines

10 years agoadd Mercury language gitignore template
Sebastian Godelet [Sun, 27 Apr 2014 11:06:27 +0000 (13:06 +0200)]
add Mercury language gitignore template

10 years agoMerge pull request #1046 from stenskjaer/patch-1
Carl Suster [Sun, 27 Apr 2014 01:24:13 +0000 (11:24 +1000)]
Merge pull request #1046 from stenskjaer/patch-1

Ignore auctex auto-folder and contents

10 years agoComposer.lock and READMEs are no longer ignored
Alejandro Celaya [Fri, 25 Apr 2014 06:13:24 +0000 (08:13 +0200)]
Composer.lock and READMEs are no longer ignored