Commit Graph

1686 Commits

Author SHA1 Message Date
Brendan Forster 3d4c6f2148
Merge pull request #2824 from github/reduce-noise
Add an explanation to reduce PHP framework clutter
2018-10-12 10:29:37 -03:00
Brendan Forster 765ecc398b some more annotation 2015-07-04 13:26:41 +09:30
Brendan Forster eab8d4876d extract a couple of rules and explain them in more detail 2015-07-04 12:56:21 +09:30
Brendan Forster d983b4f5e2 moved Visual Studio 6 options into relevant sections 2015-07-04 12:38:07 +09:30
Brendan Forster 0f61d7e240 refreshing words 2015-07-04 12:34:17 +09:30
Brendan Forster f515ae6c5c reordering 2015-07-04 12:20:58 +09:30
Brendan Forster 237c94586f more annotations 2015-07-04 12:18:57 +09:30
Brendan Forster 8803192fd3 some more cleanup 2015-07-04 12:10:06 +09:30
Brendan Forster f2c0e3cc5a fleshing out the NuGet section 2015-07-04 11:59:31 +09:30
Brendan Forster 7d209f8aac a bit more cleanup 2015-07-04 11:51:03 +09:30
Brendan Forster a5b891d9d2 first pass at annotating the source 2015-07-04 10:43:43 +09:30
Brendan Forster a2f49b7b14 Merge pull request #1579 from jamiehumphries/master
Ignore NCrunch temporary files.
2015-07-02 21:41:27 +09:30
Jamie Humphries 86516d2d2a Ignore NCrunch temporary files. 2015-07-01 15:45:10 +01:00
Brendan Forster 1587f288ee Merge pull request #1577 from cdepillabout/add-stack-work
Added .stack-work/ directory to Haskell .gitignore.
2015-06-30 12:58:49 +09:30
(cdep) illabout 3d9c786bc0 Added .stack-work/ directory to Haskell .gitignore.
.stack-work/ is a work directory used by the `stack` build tool.

The `stack` build tool has recently been gaining a lot of traction in
the Haskell community.  It is very similar to the `cabal` build tool,
which also has entries in this Haskell .gitignore file.
2015-06-30 11:57:53 +09:00
Carl Suster a5f1fb2700 Merge pull request #1570 from victorhaggqvist/patch-1
add Android Studio to the covers list for JetBrains
2015-06-28 16:30:43 +10:00
Victor Häggqvist 558460c0a8 add Android Studio to the covers list
which make it easier to find in search
2015-06-27 21:10:46 +02:00
Brendan Forster e0df63986a Merge pull request #1564 from 153957/patch-1
Ignore *.auxlock files created by TikZ in TeX
2015-06-24 22:35:12 +09:30
Arne de Laat daa440bce8 Ignore *.auxlock files created by TikZ in TeX
TikZ uses *.auxlock files to check if the main *.aux file is available.
This is only used when using the external tikz library.
2015-06-24 14:02:29 +02:00
Carl Suster 98b1db9283 Merge pull request #1562 from 153957/patch-1
Ignore files created by `\tikzexternalize`



When using TikZ & PGF with:
\usepackage{tikz} \usetikzlibrary{external} \tikzexternalize
It creates .dpth and .md5 files for the externalized tikzpictures.

See these pages in section 50 Externalization Library:
p.617 - 50.4.1 Support for Labels and References In External Files
p.621 - /tikz/external/up to date check
In the PGF manual:
http://mirrors.ctan.org/graphics/pgf/base/doc/pgfmanual.pdf
2015-06-24 19:17:19 +10:00
Arne de Laat 948a87ffc9 Ignore files created by `\tikzexternalize`
When using TikZ & PGF with:
`\usepackage{tikz} \usetikzlibrary{external} \tikzexternalize`
It creates .dpth and .md5 files for the externalized tikzpictures.
2015-06-24 11:09:57 +02:00
Brendan Forster c25991c139 Merge pull request #1537 from Konfekt/patch-1
include preamble files generated by mylatexformat package
2015-06-24 07:56:26 +09:30
Brendan Forster cdfa89334d Merge pull request #1547 from modocache/xcode-ignore-xcscmblueprint
[ObjC][Swift] Ignore Xcode SCM blueprint files
2015-06-18 08:33:14 +09:30
Brendan Forster 3bb7541f74 Merge pull request #1534 from marcelkorpel/master
Add several downloaded files that should not be incorporated and remove .SRCINFO
2015-06-18 08:30:34 +09:30
Carl Suster b304edf487 Merge pull request #1521 from lezed1/patch-1
Remove Meteor.gitignore
2015-06-11 17:27:58 +10:00
Brian Gesiak 4323f1e2c8 [ObjC][Swift] Ignore Xcode SCM blueprint files
These files are automatically generated by Xcode and maintain
information regarding source control. Xcode is typically used
in Objective-C and Swift projects, so add these to the ignored files for
these platforms.
2015-06-09 00:24:09 -04:00
Carl Suster a1ed257134 Merge pull request #1484 from andres-mancera/SynopsysVCS_patch
Adding a few more files/file extensions/directories for Synopsys VCS.
2015-06-02 11:26:13 +10:00
andres-mancera 4457dcc517 Cleaning-up some of the comments that had been previously added. 2015-06-01 14:38:55 -07:00
Carl Suster e27b4277e2 Merge pull request #1523 from dash00/master
[Tex] Change *.mtc0 to *.mtc[0-9] *.mtc[1-9][0-9]

>`\@tocfile`
The name of the file containing the minitoc is constructed from `\jobname` and a suffix `\@tocfile`, which is `.mtc` (long extensions) or `.M` (short extensions) followed by the absolute number of the minitoc.

```
\if@mtc@longext@
  \def\@tocfile{mtc\The@mtc}%
\else
  \def\@tocfile{M\The@mtc}%
\fi
```
2015-05-30 14:07:11 +10:00
Carl Suster 28adf703c1 Merge pull request #1514 from bbodenmiller/xcode
sync up xcode related gitignore files
2015-05-30 13:48:41 +10:00
Konfekt 49e7d64fc6 include preamble files generated by mylatexformat package 2015-05-29 12:42:14 +02:00
Marcel Korpel ebd27357db Add .jar, .exe and .msi
These files are also regularly downloaded by PKGBUILD scripts and should not be included in the repository
2015-05-28 12:37:43 +02:00
Marcel Korpel c9073cf3e2 Remove .SRCINFO (and old .AURINFO) from .gitignore
As of AUR 4.0.0 contributors have to maintain a GIT repository per project; .SRCINFO files need to be included in those
2015-05-28 12:32:05 +02:00
Brendan Forster 8559c8a381 Merge pull request #1529 from sayedihashimi/master
Removing bower_components and fixing typo
2015-05-27 09:16:47 +09:30
Sayed Ibrahim Hashimi 747196008e removing bower_components and fixing typo 2015-05-19 15:27:54 -07:00
Brendan Forster a4ec7f03ca Merge pull request #1527 from MarkusHauge/patch-1
Update VisualStudio.gitignore
2015-05-17 19:42:35 +09:30
Markus Hauge 1e33ef1213 Update VisualStudio.gitignore 2015-05-16 17:34:59 +02:00
Jeremy Coatelen d0c5830a25 [Tex] Change *.mtc0 to *.mtc[1-9][0-9]
When using minitoc package, LateX often generates multiple .mtc files such as `*.mtc0`, `*.mtc1`, ..., `*.mtc13`, ... This patch allows one to ignore all *.mtc files from index 0 to index 99 (ignoring `*.mtc[1-9][0-9]`).
2015-05-15 14:21:22 +02:00
Zander Bolgar f7c6c768c9 Remove Meteor.gitignore
There are only two entries in this .gitignore, and both are not needed.
- .meteor/local is already ignored by the standard Meteor .gitignore that is included with every project. This is redundant and should b left solely to the standard Meteor .gitignore in case this changes in the future.
- .meteor/meteorite should no longer be in any Meteor project. Meteorite was a package manager for Meteor, but it has been replaced by an official package manager built into the Meteor CLI. This directory should not exist, except on out of date Meteor projects which already have this ignore present.
2015-05-14 15:03:22 -04:00
Brendan Forster 4e0d738abe Merge pull request #1465 from tgkprog/patch-1
Update Maven.gitignore
2015-05-14 12:24:04 +09:30
Brendan Forster 305d4b5c98 Merge pull request #1374 from richorama/master
added the orleans.codegen.cs file automatically generated by Orleans
2015-05-14 12:21:59 +09:30
Brendan Forster ef00a6171e Merge pull request #1392 from Arvur/master
Reworked Lazarus.gitignore according to Lazarus Wiki
2015-05-14 12:17:26 +09:30
Brendan Forster 8d1ca41535 Merge pull request #1496 from Decadence/visual_studio_code
Add Visual Studio Code .gitignore
2015-05-14 11:32:38 +09:30
Carl Suster d6c7caaa02 Merge pull request #1508 from baudm/master
Android: Remove redundant pattern for matching build directories
2015-05-14 11:48:20 +10:00
Ben Bodenmiller 507c3949be sync up xcode related gitignore files
some details based on #1221
2015-05-10 05:21:36 -07:00
Brendan Forster 8ab86f6bb7 Merge pull request #1513 from damianh/patch-1
ASPNET5 -> DNX
2015-05-08 17:32:00 +09:30
Damian Hickey 00e9cd8dec ASPNET5 -> DNX
As discussed in #1505
2015-05-08 09:37:34 +02:00
Brendan Forster 0aee91babc Merge pull request #1503 from LunicLynx/keep-cache-directories
add rule to keep track of directories ending in .Cache
2015-05-08 07:56:40 +09:30
Darwin Bautista 9c8c32fea5 Android: Remove redundant pattern for matching build directories
build/ already matches all directories named 'build' in the repository,
regardless of level. Gradle can have more than two levels of project nesting.
However, /*/build/ matches only the 'build' directories of 2nd-level projects.
Thus, the first pattern is more appropriate than the second.
2015-05-07 13:56:36 +08:00
Carl Suster f9cc4d14cc Merge pull request #1506 from victorgama/patch-1
Update CocoaPods guide URL
2015-05-07 14:15:33 +10:00