Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add .xccheckout to Objective-C gitignore | Bart | 2013-09-17 | 1 | -0/+1 |
| | | | This is a file that Xcode 5 uses for version control, doesn't need to be checked in. Also see http://stackoverflow.com/a/18448100/1877078 | ||||
* | Merge pull request #735 from aldo-roman/patch-1 | Charlie Somerville | 2013-08-26 | 1 | -0/+1 |
|\ | | | | | added secret_token.rb | ||||
| * | added secret_token.rb | Aldo Román Nureña | 2013-08-12 | 1 | -0/+1 |
| | | | | | | I added secret_token.rb file to the gitignore as there are public repos sharing it. | ||||
* | | Merge pull request #714 from mattjeffery/ignore_kernel_objects | Charlie Somerville | 2013-08-26 | 1 | -0/+1 |
|\ \ | |/ |/| | Ignore kernel object files | ||||
| * | ignore kernel object files | Matt Jeffery | 2013-07-19 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #576 from nysa/master | Justin Spahr-Summers | 2013-07-03 | 1 | -1/+1 |
|\ | | | | | Ignore Vim untitled and unsaved buffer swapfiles | ||||
| * | Ignore Vim untitled and unsaved buffer swapfiles | Nysa | 2013-03-06 | 1 | -1/+1 |
| | | | | | | | | | | Vim creates buffer swapfiles starting at .swp for buffers that are active but untitled and unsaved. | ||||
* | | Merge pull request #493 from strugee/master | Justin Spahr-Summers | 2013-07-03 | 1 | -0/+3 |
|\ \ | | | | | | | This repository didn't have a CONTRIBUTING.md file. Now it does. | ||||
| * | | add a CONTRIBUTING.md file | Alex Jordan | 2012-12-22 | 1 | -0/+3 |
| | | | | | | | | | add a CONTRIBUTING.md file, copied verbatim from the "Pull Requests" section in README.md | ||||
* | | | Remove Podfile.lock from Objective-C ignores | Justin Spahr-Summers | 2013-07-03 | 1 | -1/+0 |
| | | | | | | | | | Per discussion in #148. | ||||
* | | | Merge remote-tracking branch 'matzew/master' (pull request #418) | Justin Spahr-Summers | 2013-07-02 | 1 | -0/+4 |
|\ \ \ | |||||
| * | | | Adding CocoaPods to gitignore | Matthias Wessendorf | 2013-07-02 | 1 | -0/+4 |
|/ / / | |||||
* | | | Merge pull request #694 from anurse/patch-1 | Paul Betts | 2013-06-28 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | Unignore "packages/*/build" in VisualStudio.gitignore. | ||||
| * | | | Unignore "packages/*/build" in VisualStudio.gitignore. | Andrew Nurse | 2013-06-28 | 1 | -0/+3 |
|/ / / | |||||
* | / | Update LICENSE | Ted Nyman | 2013-05-25 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge pull request #523 from shanselman/patch-1 | Phil Haack | 2013-01-24 | 1 | -0/+1 |
|\ \ | | | | | | | Updated to exclude *.publishsettings | ||||
| * | | Updated to exclude *.publishsettings | Scott Hanselman | 2013-01-24 | 1 | -0/+1 |
|/ / | | | | | Updated to exclude *.publishsettings | ||||
* | | Merge pull request #507 from 0xAX/master | Alan Rogers | 2013-01-22 | 1 | -1/+2 |
|\ \ | | | | | | | Erlang.gitignore erlang.crash.dump added | ||||
| * | | Erlang.gitignore erlang.crash.dump added | 0xAX | 2013-01-14 | 1 | -1/+2 |
| |/ | |||||
* | | Merge pull request #474 from zhaojunmeng/master | Justin Spahr-Summers | 2013-01-22 | 1 | -1/+2 |
|\ \ | | | | | | | Add *~ to ignore vim temp file. | ||||
| * | | Add *~ to ignore vim temp file. | zhaojunmeng | 2012-11-14 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #508 from alloy/master | Justin Spahr-Summers | 2013-01-22 | 1 | -2/+0 |
|\ \ \ | | | | | | | | | [Objective-C] No longer ignore `xcworkspace` documents. | ||||
| * | | | [Objective-C] No longer ignore `xcworkspace` documents. | Eloy Durán | 2013-01-15 | 1 | -2/+0 |
| | |/ | |/| | | | | | | | | | | | | | | | | Workspaces are real documents that can be opened, just like `xcodeproj` documents. These documents are also generated/used by CocoaPods to configure a project’s dependencies. For these reasons, there does not seem a good reason to ignore these any longer. | ||||
* | | | Merge pull request #519 from Haacked/visualstudio-teamcity | Phil Haack | 2013-01-22 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | VisualStudio: Add TeamCity exclusion | ||||
| * | | | VisualStudio: Add TeamCity exclusion | Snakiej | 2013-01-22 | 1 | -1/+3 |
|/ / / | | | | | | | | | | Exclude folders created by the TeamCity VS plugin. | ||||
* | | | Merge pull request #514 from bristol/vim-swapfile-fix | Matt Burke | 2013-01-22 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Changed line matching vim swapfiles to use all names it will create | ||||
| * | | | Changed line matching vim swapfiles to use all names it will create as ↵ | andy bristol | 2013-01-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | described in http://vimdoc.sourceforge.net/htmldoc/recover.html#E326 | ||||
* | | | | Merge pull request #518 from Haacked/more-pr-consolidation | Phil Haack | 2013-01-22 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | More pr consolidation | ||||
| * | | | | Update Global/VisualStudio.gitignore | Matt Cooper | 2013-01-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | Visual Studio 2010 Express for Windows Phone seems to generate .cachefile files. | ||||
| * | | | | Remove inclusion of repositories.config | Haacked | 2013-01-22 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you use package restore, you actually don't want this file included. It's not needed. It's only needed if you version packages. AKA, you only need this file if you are not ignoring the "packages" folder. | ||||
* | | | | | Merge pull request #517 from steveoh/patch-1 | Phil Haack | 2013-01-22 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | Update VisualStudio.gitignore for vs 2012 web deploy setting. | ||||
| * | | | | Update VisualStudio.gitignore | steve | 2013-01-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | New web deploy file name? vs 2012 added this to my solution and it shouldn't go to an open repo. | ||||
* | | | | | Merge pull request #516 from Haacked/dotnet-gitignore-pr-consolidation | Phil Haack | 2013-01-22 | 1 | -9/+15 |
|\ \ \ \ \ | |/ / / / |/| | | | | Dotnet gitignore pr consolidation | ||||
| * | | | | VisualStudio: ignore .dotcover files. | Paul Stack | 2013-01-22 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | VisualStudio: Include the packages/repositories.config file. | Kristian Hellang | 2013-01-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | I agree to ignore the NuGet packages folder, but I really think you should check in the repositories.config so NuGet PackageRestore can do it's magic when someone pulls the code and tries to build it... | ||||
| * | | | | VisualStudio: Ignore vi's *~ temp files | Andrew Arnott | 2013-01-22 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | VisualStudio: Remove dupes, add trailing slashes, etc. | neogic | 2013-01-22 | 1 | -9/+8 |
| | | | | | | | | | | | | | | | | | | | | Add trailing slashes to folders, RS rule comment, remove dupes. | ||||
| * | | | | VisualStudio: Ignore *.tmp_proj | sgm | 2013-01-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | This might be created temporarily during a build. | ||||
| * | | | | VisualStudio: Ignore update log HTML file | Bernhard Döbler | 2013-01-22 | 1 | -0/+1 |
|/ / / / | | | | | | | | | | | | | VS2012 creates UpdateLog2.htm - not needed in git repository | ||||
* | | | | Merge pull request #492 from Haacked/consolidate-dotnet-settings | Phil Haack | 2013-01-22 | 3 | -219/+37 |
|\ \ \ \ | |/ / / |/| | | | Consolidate CSharp and VB.NET gitignore files into VisualStudio one. | ||||
| * | | | Ignore crap from Macs | Phil Haack | 2013-01-22 | 1 | -0/+3 |
| | | | | | | | | | | | | Cross platform .NET Dev FTW! | ||||
| * | | | Ignore .pfx files such as Windows Store Key | Phil Haack | 2013-01-22 | 1 | -1/+1 |
| | | | | |||||
| * | | | Remove CSharp and VB.NET ignore files | Haacked | 2012-12-19 | 2 | -212/+0 |
| | | | | | | | | | | | | | | | | | | | | These files were redundant. They had almost exactly the same settings. They are being replaced by the VisualStudio file. | ||||
| * | | | Merge missing CSharp/VB settinsg into VisualStudio | Haacked | 2012-12-19 | 1 | -10/+37 |
| | | | | | | | | | | | | | | | | | | | | The VisualStudio gitignore file was missing a few useful settings contained in the CSharp and VB.NET gitignore files. | ||||
| * | | | Move VisualStudio file from Global to main list | Haacked | 2012-12-19 | 1 | -0/+0 |
| |/ / | |||||
* | | | Merge pull request #329 from svkampen/patch-1 | Daniel Hengeveld | 2013-01-20 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Added __pycache__ | ||||
| * | | | Removed comment. | Sam van Kampen | 2013-01-13 | 1 | -2/+0 |
| | | | | |||||
| * | | | Added __pycache__ | Sam van Kampen | 2012-04-28 | 1 | -0/+3 |
| | | | | |||||
* | | | | Merge pull request #445 from bungeshea/WordPress | Daniel Hengeveld | 2013-01-20 | 1 | -0/+0 |
|\ \ \ \ | |_|/ / |/| | | | Rename Wordpress.gitignore to WordPress.gitignore | ||||
| * | | | Renamed Wordpress.gitignore to WordPress.gitignore | Shea Bunge | 2013-01-19 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | WordPress should *always* have a capital P! |