]>
source.dussan.org Git - gitignore.git/log
Brendan Forster [Wed, 13 Jan 2016 22:40:47 +0000 (09:40 +1100)]
Merge pull request #1824 from mimibar/patch-1
Comments
mimibar [Wed, 13 Jan 2016 19:00:10 +0000 (13:00 -0600)]
Comments
Just added some comments. Some of us don't need some of the lines in the file.
Brendan Forster [Tue, 12 Jan 2016 03:09:16 +0000 (13:39 +1030)]
Merge pull request #1814 from AArnott/patch-6
Remove `build/` suppression
Brendan Forster [Mon, 11 Jan 2016 13:03:00 +0000 (23:33 +1030)]
Merge pull request #1822 from rogierslag/master
Exclude Latexian temp files for Tex documents
Brendan Forster [Mon, 11 Jan 2016 03:49:02 +0000 (14:19 +1030)]
Merge pull request #1821 from jelford/master
Include lib64 for virtualenv
Rogier Slag [Sun, 10 Jan 2016 14:59:25 +0000 (15:59 +0100)]
Exclude Latexian temp files for Tex documents
Latexian adds some additional temporary files, which are not required for building the project. Therefore they are better left out as well
James Elford [Sun, 10 Jan 2016 09:01:17 +0000 (09:01 +0000)]
Include lib64 for virtualenv
On systems that require a lib64, virtualenv creates a symlink to the local lib.
Brendan Forster [Mon, 4 Jan 2016 23:49:08 +0000 (10:19 +1030)]
Merge pull request #1818 from dopefishh/patch-1
Add TeX precompiled preamble and xypic
Brendan Forster [Mon, 4 Jan 2016 23:48:19 +0000 (10:18 +1030)]
Merge pull request #1815 from anderslundsgard/master
Ignore ApplicationInsights.config for Microsoft Azure
dopefishh [Sun, 3 Jan 2016 12:28:45 +0000 (13:28 +0100)]
Add TeX precompiled preamble and xypic
A precompiled header(`latex -ini`) compiled creates a `.fmt` file.
To speed up xypic's drawing, precompiled matrices are created with the `\CompileMatrices` entry in the preamble. This creates `*.xyc` files.
Brendan Forster [Fri, 1 Jan 2016 02:11:51 +0000 (12:41 +1030)]
Merge pull request #1629 from raabf/fuse_hidden
Fuse hidden
Brendan Forster [Fri, 1 Jan 2016 02:03:46 +0000 (12:33 +1030)]
Merge pull request #1816 from rosolkodv/patch-1
Update Eclipse.gitignore
Dmitry Rosolko [Thu, 31 Dec 2015 09:40:20 +0000 (12:40 +0300)]
Update Eclipse.gitignore
Remove .gradle because it is not eclipse specific and already added in Gradle.gitignore.
Anders Lundsgård [Mon, 28 Dec 2015 19:11:44 +0000 (20:11 +0100)]
Name update of Windows Azure
Windows Azure -> Microsoft Azure. Due to https://azure.microsoft.com/sv-se/blog/upcoming-name-change-for-windows-azure/
Anders Lundsgård [Mon, 28 Dec 2015 19:09:39 +0000 (20:09 +0100)]
Ignore Azure ApplicationInsights.config
Ignore Azure ApplicationInsights.config in VisualStudio.gitignore
Brendan Forster [Sun, 27 Dec 2015 21:35:51 +0000 (08:05 +1030)]
Merge pull request #1813 from AArnott/patch-5
Stop ignoring StyleCop.json
Andrew Arnott [Sun, 27 Dec 2015 15:57:50 +0000 (07:57 -0800)]
Remove `build/` suppression
The authoring of NuGet packages quite often include `build` folders, and when this is .gitignore'd it's very often the source of bugs in files that don't get checked in.
I've never seen a Visual Studio project that builds to a `build` folder (`bin` is the default name). As this is a Visual Studio template file, and we have real projects that include `build` folders that include source code, I recommend we remove suppression of this folder.
Andrew Arnott [Sun, 27 Dec 2015 15:51:37 +0000 (07:51 -0800)]
Stop ignoring StyleCop.json
StyleCop.Analyzers is the modern re-invention of StyleCop, and uses a StyleCop.json file that the default .gitignore file made very difficult to check in, and easy to think was checked in but isn't.
See https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/
32057fff82adf7cfb92aa50aef69a6b030eedf31 /documentation/Configuration.md#source-control for the documented case.
Looking through history, this line was last touched to make it case insensitive, and before that the line was in the original VisualStudio.gitignore file, without justification for why it should ignore all file extensions. From my experience with stylecop, the only file I remember it creating was stylecop.cache. I would change `[Ss]tyle[Cc]op.*` to `[Ss]tyle[Cc]op.cache` but there is already a line for suppressing all *.cache files (which wasn't there when the stylecop line was originally added). So I believe this line is now obsolete, and as I explain above, actually problematic.
Brendan Forster [Mon, 21 Dec 2015 21:49:11 +0000 (08:19 +1030)]
Merge pull request #1808 from habi/patch-4
Ignore auxiliary files from \usepackage{cprotect}
David Haberthür [Mon, 21 Dec 2015 12:55:17 +0000 (13:55 +0100)]
Ignore auxiliary files from \usepackage{cprotect}
[cprotect](https://www.ctan.org/tex-archive/macros/latex/contrib/cprotect?lang=en) tracks its contents in an auxiliary file, this is safe to ignore.
Brendan Forster [Thu, 17 Dec 2015 21:57:49 +0000 (08:27 +1030)]
Merge pull request #1806 from recooper/whitespace-fix
Add new line at end of file
Roland Cooper [Thu, 17 Dec 2015 21:29:32 +0000 (23:29 +0200)]
Add new line at end of file
Brendan Forster [Mon, 14 Dec 2015 20:46:41 +0000 (07:16 +1030)]
Merge pull request #1803 from belyansky/ignore-bundleartifacts
Ignore BundleArtifacts folder
Alexey Belyansky [Mon, 14 Dec 2015 18:52:44 +0000 (21:52 +0300)]
Ignore BundleArtifacts folder
Brendan Forster [Sun, 13 Dec 2015 20:27:47 +0000 (06:57 +1030)]
Merge pull request #1800 from jutaz/bugfix/typos
Bugfix - Typos in comments
Justas Brazauskas [Sun, 13 Dec 2015 14:07:46 +0000 (16:07 +0200)]
Fix few typos
Brendan Forster [Sun, 13 Dec 2015 08:04:46 +0000 (18:34 +1030)]
Merge pull request #1798 from JelteF/patch-1
Tex: Ignore files generated by pdfcomment package
Jelte Fennema [Fri, 11 Dec 2015 10:35:40 +0000 (11:35 +0100)]
Tex: Ignore files generated by pdfcomment package
The pdfcomment package generates *.upa and *.upb files when compiling LaTeX files. These should be ignored as well.
Brendan Forster [Thu, 10 Dec 2015 06:21:14 +0000 (16:51 +1030)]
Merge pull request #1797 from tim-hub/master
Unity.gitignore modyfying,
tim [Thu, 10 Dec 2015 05:08:58 +0000 (13:08 +0800)]
Unity.gitignore modyfying, add `/[Bb]uilds/ /Assets/AssetStoreTools*` dictionaries and `*.svd` svd files to be ignored
modified: Unity.gitignore
Brendan Forster [Mon, 7 Dec 2015 04:17:30 +0000 (14:47 +1030)]
Merge pull request #1789 from stephengroat/master
Update to include iMPACT and Core Generator files
Stephen [Sun, 6 Dec 2015 19:47:00 +0000 (11:47 -0800)]
Update to include iMPACT and Core Generator files
Brendan Forster [Sun, 6 Dec 2015 05:30:33 +0000 (16:00 +1030)]
Merge pull request #1788 from camigreen/joomla-3.4.5
Updated to Joomla 3.4.5
Shawn Gibbons [Sat, 5 Dec 2015 19:01:41 +0000 (14:01 -0500)]
Updated for Joomla 3.4.5
Shawn Gibbons [Sat, 5 Dec 2015 18:49:30 +0000 (13:49 -0500)]
Updated for Joomla 3.4.5
Shawn Gibbons [Sat, 5 Dec 2015 18:39:47 +0000 (13:39 -0500)]
Updated for Joomla 3.4.5
Brendan Forster [Fri, 4 Dec 2015 22:34:42 +0000 (09:04 +1030)]
Merge pull request #1785 from natestedman/patch-1
Add Swift Package Manager to Swift.gitignore
Nate Stedman [Fri, 4 Dec 2015 14:08:40 +0000 (09:08 -0500)]
Add Swift Package Manager to Swift.gitignore
Matches the style used for Carthage - build disabled by default, checkouts optionally disabled.
Brendan Forster [Wed, 2 Dec 2015 21:29:21 +0000 (07:59 +1030)]
Merge pull request #1779 from ffsantos92/patch-1
Update OpenCart.gitignore
Fábio Santos [Wed, 2 Dec 2015 16:31:51 +0000 (16:31 +0000)]
Update OpenCart.gitignore
Ignore storage folder (contains logs, cache, etc.)
Brendan Forster [Tue, 1 Dec 2015 20:35:44 +0000 (07:05 +1030)]
Merge pull request #1778 from anurse/patch-3
Add 'opendb' file to VisualStudio.gitignore
Andrew Stanton-Nurse [Tue, 1 Dec 2015 19:33:51 +0000 (11:33 -0800)]
Add 'opendb' file to VisualStudio.gitignore
Brendan Forster [Mon, 30 Nov 2015 23:05:05 +0000 (09:35 +1030)]
Merge pull request #1774 from cbadke/vs-typo
Fix typo for Azure Emulator log directory
Curtis Badke [Mon, 30 Nov 2015 22:59:49 +0000 (15:59 -0700)]
Fix typo rfc -> rcf
Curtis Badke [Mon, 30 Nov 2015 15:45:18 +0000 (08:45 -0700)]
Fix typo for Azure Emulator log directory
Brendan Forster [Mon, 30 Nov 2015 07:20:07 +0000 (17:50 +1030)]
Merge pull request #1773 from julien731/patch-1
Incorrect Dir Path
Julien Liabeuf [Mon, 30 Nov 2015 04:03:09 +0000 (11:03 +0700)]
Incorrect Dir Path
When generating the ignore rules for Composer, an incorrect format is used. The vendor directory added is written `vendor/`, which causes other `vendors` directories to be ignored. The correct format to use is `/vendor/`, which would only ignore the root `vendor` directory.
Brendan Forster [Sun, 29 Nov 2015 21:57:27 +0000 (08:27 +1030)]
Merge pull request #1772 from tsteinholz/patch-2
Update Qt.gitignore
Brendan Forster [Sun, 29 Nov 2015 21:56:46 +0000 (08:26 +1030)]
Merge pull request #1771 from Dveim/master
remove harmful line from PlayFramework.gitignore
Thomas Steinholz [Sun, 29 Nov 2015 19:20:50 +0000 (14:20 -0500)]
Update Qt.gitignore
Qt generates build files for me that are `build-Projname-WhateverWhatever` so this change continues to support *-build-* folders as well as others.
dveim [Sun, 29 Nov 2015 18:43:21 +0000 (20:43 +0200)]
remove harmful ignore
'project/project' is valid directory for 'project' project-related files. For example, if one configure his sbt build to use scala files directly from 'project/', dependencies like 'project/project/plugins.sbt' will be ignored because of this line.
See http://www.scala-sbt.org/0.13/tutorial/Organizing-Build.html#sbt+is+recursive.
Brendan Forster [Fri, 20 Nov 2015 00:16:08 +0000 (16:16 -0800)]
Merge pull request #1762 from lcorbasson/patch-2
Add ignores for autoscan files
Loïc Corbasson [Fri, 20 Nov 2015 00:01:04 +0000 (01:01 +0100)]
Update Autotools.gitignore
Loïc Corbasson [Thu, 19 Nov 2015 23:39:55 +0000 (00:39 +0100)]
Add ignores for autoscan files
Brendan Forster [Thu, 19 Nov 2015 20:58:33 +0000 (12:58 -0800)]
Merge pull request #1761 from nrbrook/master
Remove *.xcscheme from Global/Xcode.gitignore,Objective-C.gitignore and…
Nick Brook [Thu, 19 Nov 2015 00:24:34 +0000 (00:24 +0000)]
Remove *.xcscheme to Global/Xcode.gitignore,Objective-C.gitignore and Swift.gitignore
Brendan Forster [Mon, 16 Nov 2015 17:10:56 +0000 (09:10 -0800)]
Merge pull request #1754 from mypetyak/master
Updated LICENSE year to 2015
Brendan Forster [Mon, 16 Nov 2015 16:35:27 +0000 (08:35 -0800)]
Merge pull request #1757 from Arvur/master
Delphi: More extensions to ignore
Brendan Forster [Mon, 16 Nov 2015 16:33:57 +0000 (08:33 -0800)]
Merge pull request #1756 from habi/patch-3
Adding endfloat.sty auxiliary files
Denis Grinyuk [Mon, 16 Nov 2015 13:19:43 +0000 (16:19 +0300)]
Rarely used binary extension
OLE Control eXtension (OCX), created by the Active Form wizard
Denis Grinyuk [Mon, 16 Nov 2015 13:07:56 +0000 (16:07 +0300)]
Some C++ file extensions used by Delphi
These depend of "C/C++ Output file generation" compiler setting
David Haberthür [Mon, 16 Nov 2015 08:35:14 +0000 (09:35 +0100)]
Adding endfloat.sty auxiliary files
endfloat.sty produces these two auxiliary files.
From Section 3.2 of its documentation:
> Loading it will have LTEX produce two extra files with .ttt and .fff extensions (for tables and figures, respectively).
Christopher Bunn [Sat, 14 Nov 2015 20:48:28 +0000 (12:48 -0800)]
Updated LICENSE year to 2015
Brendan Forster [Fri, 13 Nov 2015 16:37:31 +0000 (08:37 -0800)]
Merge pull request #1752 from waynenilsen/patch-1
add Cargo.lock to gitignore file by default
Wayne Nilsen [Fri, 13 Nov 2015 16:17:04 +0000 (11:17 -0500)]
added comment
Wayne Nilsen [Fri, 13 Nov 2015 11:05:10 +0000 (06:05 -0500)]
add Cargo.lock to gitignore file by default
See the [official recommendation](http://doc.crates.io/guide.html#cargotoml-vs-cargolock)
> * If you're building a library, put Cargo.lock in your .gitignore.
> * If you're building an executable, check Cargo.lock into git.
Brendan Forster [Thu, 12 Nov 2015 00:32:09 +0000 (16:32 -0800)]
Merge pull request #1748 from KrauseFx/master
[Objective-C / Swift] Updated fastlane docs
Felix Krause [Wed, 11 Nov 2015 23:11:58 +0000 (00:11 +0100)]
Added link to more information about the available options
Brendan Forster [Mon, 9 Nov 2015 16:37:00 +0000 (08:37 -0800)]
Merge pull request #1744 from chenyufeng1991/master
add *.xcscheme to Global/Xcode.gitignore,Objective-C.gitignore and Sw…
chenyufeng [Mon, 9 Nov 2015 02:51:42 +0000 (10:51 +0800)]
add *.xcscheme to Global/Xcode.gitignore,Objective-C.gitignore and Swift.gitignore
Brendan Forster [Sat, 7 Nov 2015 16:30:00 +0000 (08:30 -0800)]
Merge pull request #1738 from apriendeau/revert-1689-f_GoVendorExperiment
Revert
2bd7d8ec88bc9fad5aca91951826b16118227554
Brendan Forster [Sat, 7 Nov 2015 08:01:08 +0000 (00:01 -0800)]
Merge pull request #1661 from JimBobSquarePants/patch-2
Update Umbraco.gitignore
James Jackson-South [Fri, 6 Nov 2015 04:04:28 +0000 (15:04 +1100)]
Clean up expired entries, fix whitespace.
Brendan Forster [Thu, 5 Nov 2015 23:27:07 +0000 (15:27 -0800)]
Merge pull request #1740 from bondolo/master
Remove nb-configuration.xml from NetBeans ignore
Brendan Forster [Thu, 5 Nov 2015 23:26:35 +0000 (15:26 -0800)]
Merge pull request #1739 from jucrouzet/patch-1
Ignore REPL history file
Mike Duigou [Thu, 5 Nov 2015 16:01:15 +0000 (08:01 -0800)]
NetBeans file nb-configuration.xml should not be ignored.
Mike Duigou [Thu, 5 Nov 2015 15:58:23 +0000 (07:58 -0800)]
Merge remote-tracking branch 'github/master'
Julien CROUZET [Thu, 5 Nov 2015 15:17:54 +0000 (16:17 +0100)]
Ignore REPL history file
Like in #1732, Docker images can consider project directoy as $HOME
Austin Riendeau [Wed, 4 Nov 2015 23:53:53 +0000 (16:53 -0700)]
Brendan Forster [Wed, 4 Nov 2015 16:23:47 +0000 (08:23 -0800)]
Merge pull request #1737 from jutoft/master
Add pythontex intermediade files to Tex.gitignore
Brendan Forster [Wed, 4 Nov 2015 16:16:31 +0000 (08:16 -0800)]
Merge pull request #1735 from tyutyutyu/patch-1
Update Eclipse.gitignore
Jesper Utoft [Wed, 4 Nov 2015 09:56:54 +0000 (10:56 +0100)]
Add pythontex intermediade files to Tex.gitignore
Brendan Forster [Tue, 3 Nov 2015 16:16:33 +0000 (08:16 -0800)]
Merge pull request #1734 from JacerOmri/patch-1
add bower assets
István Földházi [Tue, 3 Nov 2015 10:59:53 +0000 (11:59 +0100)]
Update Eclipse.gitignore
Add ignore for STS's .springBeans file
Jacer OMRI [Tue, 3 Nov 2015 09:16:32 +0000 (10:16 +0100)]
add bower assets
as described in the symfony cookbook http://symfony.com/doc/current/cookbook/frontend/bower.html
Brendan Forster [Mon, 2 Nov 2015 20:19:22 +0000 (12:19 -0800)]
Merge pull request #1689 from enzian/f_GoVendorExperiment
added excludes for vendored directories (since GO 1.5)
Brendan Forster [Mon, 2 Nov 2015 18:25:02 +0000 (10:25 -0800)]
Merge pull request #1732 from jucrouzet/patch-1
Add .npm cache directory
Julien CROUZET [Mon, 2 Nov 2015 18:20:21 +0000 (19:20 +0100)]
Add .npm cache directory
Brendan Forster [Mon, 2 Nov 2015 17:44:33 +0000 (09:44 -0800)]
Merge pull request #1730 from friederbluemle/update-android-gitignore
Revert "Ignoring build folder inside app module in Android projects"
Frieder Bluemle [Mon, 2 Nov 2015 17:29:12 +0000 (01:29 +0800)]
Revert "Ignoring build folder inside app module in Android projects"
This reverts commit
f4cf36c5e1e275cb40b981f84be0cd723cd0c152 .
Brendan Forster [Sat, 31 Oct 2015 23:25:26 +0000 (16:25 -0700)]
Merge pull request #1727 from BGR360/patch-1
Removed Redundant Lines
Ben Reeves [Sat, 31 Oct 2015 21:17:36 +0000 (17:17 -0400)]
Removed Redundant Lines
samsheff accidentally typed a few of the lines twice ^.^
Brendan Forster [Thu, 29 Oct 2015 22:02:26 +0000 (15:02 -0700)]
Merge pull request #1723 from tsteinholz/patch-1
Update JetBrains.gitignore
Thomas Steinholz [Thu, 29 Oct 2015 21:24:45 +0000 (17:24 -0400)]
Update JetBrains.gitignore
Added a forgotten IDE to the .gitignore documentation.
Why?
For completeness and correctness
What?
[Webstorm](https://www.jetbrains.com/webstorm).
Brendan Forster [Thu, 29 Oct 2015 10:33:54 +0000 (03:33 -0700)]
Merge pull request #1722 from flashspys/patch-1
Update TeX.gitignore
Brendan Forster [Thu, 29 Oct 2015 10:27:20 +0000 (03:27 -0700)]
Merge pull request #1719 from samsheff/add-ue4
Add a .gitignore for Unreal Engine 4
Felix Wehnert [Thu, 29 Oct 2015 08:13:17 +0000 (09:13 +0100)]
Update TeX.gitignore
Sam Sheffres [Thu, 29 Oct 2015 06:14:21 +0000 (12:14 +0600)]
Re-add SourceArt Exclusions I removed on Accident
Sam Sheffres [Thu, 29 Oct 2015 06:09:21 +0000 (12:09 +0600)]
Rename UE4 gitignore to UnrealEngine
Brendan Forster [Wed, 28 Oct 2015 12:37:27 +0000 (05:37 -0700)]
Merge pull request #1720 from jerodev/master
gitignore for laravel5 and lumen