]>
source.dussan.org Git - gitignore.git/log
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.
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
jerodev [Wed, 28 Oct 2015 12:28:46 +0000 (13:28 +0100)]
missed slash in laravel.gitignore
jerodev [Wed, 28 Oct 2015 12:24:11 +0000 (13:24 +0100)]
Merged Laravel & Lumen + grouped rules
jerodev [Wed, 28 Oct 2015 07:43:54 +0000 (08:43 +0100)]
Merged laravel and laravel5
Jeroen Deviaene [Tue, 27 Oct 2015 22:07:36 +0000 (23:07 +0100)]
Create gitignore for Laravel5
In Laravel 5 the storage folder was moved to the root of the application. The compiled.php has also been moved to the bootstrap/cache directory
This was no longer compatible with the previous laravel.gitignore.
Jeroen Deviaene [Tue, 27 Oct 2015 22:05:02 +0000 (23:05 +0100)]
Create gitignore for Lumen
Sam Sheffres [Tue, 27 Oct 2015 09:06:37 +0000 (15:06 +0600)]
Add a gitignore for Unreal Engine 4
Brendan Forster [Sat, 24 Oct 2015 23:06:38 +0000 (01:06 +0200)]
Merge pull request #1715 from ArgentiApparatus/patch-2
Fixed generated part js file pattern
Gary Smith [Sat, 24 Oct 2015 18:01:53 +0000 (14:01 -0400)]
doc/api/ explicitly a directory
Gary Smith [Sat, 24 Oct 2015 16:46:47 +0000 (12:46 -0400)]
Fixed generated part js file pattern
Brendan Forster [Sat, 24 Oct 2015 16:18:04 +0000 (18:18 +0200)]
Merge pull request #1713 from insign/patch-1
Added some folders the are "compiled" things
Brendan Forster [Sat, 24 Oct 2015 16:12:09 +0000 (18:12 +0200)]
Merge pull request #1714 from ArgentiApparatus/patch-2
Updates based on discussions with Dart team
Hélio [Fri, 23 Oct 2015 19:58:40 +0000 (16:58 -0300)]
Added some folders the are "compiled" things
/vendor - composer modules can be (and probably should) recompiled. Laravel comes with this line by default.
/node_modules - npm modules, same of /vendor. Laravel comes with this line by default.
/app/storage - Laravel things that can be despised (in staging) like cache, views cache and sessions
Gary Smith [Fri, 23 Oct 2015 16:46:40 +0000 (12:46 -0400)]
Updates based on discussions with Dart team
1. Updates based on discussions with Dart team
See https://github.com/dart-lang/www.dartlang.org/issues/1496
* Removed *.precompiled.js - not generated by dart2js any more
* *.js_ → *.part.js
Also:
2. Added guidance comments
3. doc/ → doc/api as manually written documents may be in doc/
4. Added reference to appropriate Dart web site page
Brendan Forster [Thu, 22 Oct 2015 11:39:17 +0000 (13:39 +0200)]
Merge pull request #1711 from Arvur/master
Some details for Castalia statistics file
Denis Grinyuk [Thu, 22 Oct 2015 11:35:53 +0000 (14:35 +0300)]
Some details for Castalia statistics file
Before XE7 Castalia used to be standalone expert thus I suppose here should be some grounding
Brendan Forster [Thu, 22 Oct 2015 11:34:35 +0000 (13:34 +0200)]
Merge pull request #1710 from ArgentiApparatus/patch-2
Update Dart.gitignore
Gary Smith [Wed, 21 Oct 2015 14:45:49 +0000 (10:45 -0400)]
Add *.precompiled.js
Add *.precompiled.js as per
https://stackoverflow.com/questions/
20314796 /which-files-are-generated-when-executing-dart2js-and-why