aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2824 from github/reduce-noiseannotating-visualstudioBrendan Forster2018-10-122-0/+10
|\ | | | | Add an explanation to reduce PHP framework clutter
| * Add an explanation to reduce PHP framework clutterreduce-noiseCarl Suster2015-03-012-0/+10
| |
* | some more annotationBrendan Forster2015-07-041-1/+25
| |
* | extract a couple of rules and explain them in more detailBrendan Forster2015-07-041-3/+13
| |
* | moved Visual Studio 6 options into relevant sectionsBrendan Forster2015-07-041-6/+8
| |
* | refreshing wordsBrendan Forster2015-07-041-3/+5
| |
* | reorderingBrendan Forster2015-07-041-1/+4
| |
* | more annotationsBrendan Forster2015-07-041-1/+5
| |
* | some more cleanupBrendan Forster2015-07-041-5/+10
| |
* | fleshing out the NuGet sectionBrendan Forster2015-07-041-6/+16
| |
* | a bit more cleanupBrendan Forster2015-07-041-13/+19
| |
* | first pass at annotating the sourceBrendan Forster2015-07-041-20/+54
| |
* | Merge pull request #1579 from jamiehumphries/masterBrendan Forster2015-07-021-0/+1
|\ \ | | | | | | Ignore NCrunch temporary files.
| * | Ignore NCrunch temporary files.Jamie Humphries2015-07-011-0/+1
|/ /
* | Merge pull request #1577 from cdepillabout/add-stack-workBrendan Forster2015-06-301-0/+1
|\ \ | | | | | | Added .stack-work/ directory to Haskell .gitignore.
| * | Added .stack-work/ directory to Haskell .gitignore.(cdep) illabout2015-06-301-0/+1
|/ / | | | | | | | | | | | | | | .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.
* | Merge pull request #1570 from victorhaggqvist/patch-1Carl Suster2015-06-281-1/+1
|\ \ | | | | | | add Android Studio to the covers list for JetBrains
| * | add Android Studio to the covers listVictor Häggqvist2015-06-271-1/+1
|/ / | | | | which make it easier to find in search
* | Merge pull request #1564 from 153957/patch-1Brendan Forster2015-06-241-0/+1
|\ \ | | | | | | Ignore *.auxlock files created by TikZ in TeX
| * | Ignore *.auxlock files created by TikZ in TeXArne de Laat2015-06-241-0/+1
|/ / | | | | | | TikZ uses *.auxlock files to check if the main *.aux file is available. This is only used when using the external tikz library.
* | Merge pull request #1562 from 153957/patch-1Carl Suster2015-06-241-0/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Ignore files created by `\tikzexternalize`Arne de Laat2015-06-241-0/+4
|/ / | | | | | | | | When using TikZ & PGF with: `\usepackage{tikz} \usetikzlibrary{external} \tikzexternalize` It creates .dpth and .md5 files for the externalized tikzpictures.
* | Merge pull request #1537 from Konfekt/patch-1Brendan Forster2015-06-241-0/+4
|\ \ | | | | | | include preamble files generated by mylatexformat package
| * | include preamble files generated by mylatexformat packageKonfekt2015-05-291-0/+4
| | |
* | | Merge pull request #1547 from modocache/xcode-ignore-xcscmblueprintBrendan Forster2015-06-182-0/+2
|\ \ \ | | | | | | | | [ObjC][Swift] Ignore Xcode SCM blueprint files
| * | | [ObjC][Swift] Ignore Xcode SCM blueprint filesBrian Gesiak2015-06-092-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge pull request #1534 from marcelkorpel/masterBrendan Forster2015-06-181-4/+3
|\ \ \ \ | | | | | | | | | | Add several downloaded files that should not be incorporated and remove .SRCINFO
| * | | | Add .jar, .exe and .msiMarcel Korpel2015-05-281-0/+3
| | | | | | | | | | | | | | | | | | | | These files are also regularly downloaded by PKGBUILD scripts and should not be included in the repository
| * | | | Remove .SRCINFO (and old .AURINFO) from .gitignoreMarcel Korpel2015-05-281-4/+0
| | | | | | | | | | | | | | | | | | | | As of AUR 4.0.0 contributors have to maintain a GIT repository per project; .SRCINFO files need to be included in those
* | | | | Merge pull request #1521 from lezed1/patch-1Carl Suster2015-06-111-2/+0
|\ \ \ \ \ | |_|/ / / |/| | | | Remove Meteor.gitignore
| * | | | Remove Meteor.gitignoreZander Bolgar2015-05-141-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge pull request #1484 from andres-mancera/SynopsysVCS_patchCarl Suster2015-06-021-12/+25
|\ \ \ \ \ | | | | | | | | | | | | Adding a few more files/file extensions/directories for Synopsys VCS.
| * | | | | Cleaning-up some of the comments that had been previously added.andres-mancera2015-06-011-37/+16
| | | | | |
| * | | | | Adding a few more files/file extensions/directories for Synopsys VCS.andres-mancera2015-04-231-11/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This new version adds: - fsdb waveforms - simv.db.dir/ directory for VHDL top configs - ucli.key - vc_hdrs.h - Also added a few comments about where each one of the files come from.
* | | | | | Merge pull request #1523 from dash00/masterCarl Suster2015-05-301-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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 ```
| * | | | | | [Tex] Change *.mtc0 to *.mtc[1-9][0-9]Jeremy Coatelen2015-05-151-1/+2
| | |/ / / / | |/| | | | | | | | | | 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]`).
* | | | | | Merge pull request #1514 from bbodenmiller/xcodeCarl Suster2015-05-303-5/+39
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | sync up xcode related gitignore files
| * | | | | sync up xcode related gitignore filesBen Bodenmiller2015-05-103-5/+39
| | | | | | | | | | | | | | | | | | | | | | | | some details based on #1221
* | | | | | Merge pull request #1529 from sayedihashimi/masterBrendan Forster2015-05-271-2/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Removing bower_components and fixing typo
| * | | | | | removing bower_components and fixing typoSayed Ibrahim Hashimi2015-05-191-2/+1
|/ / / / / /
* | | | | | Merge pull request #1527 from MarkusHauge/patch-1Brendan Forster2015-05-171-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Update VisualStudio.gitignore
| * | | | | Update VisualStudio.gitignoreMarkus Hauge2015-05-161-1/+1
|/ / / / /
* | | | | Merge pull request #1465 from tgkprog/patch-1Brendan Forster2015-05-141-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Update Maven.gitignore
| * | | | | Update Maven.gitignoreTushar Kapila2015-04-021-0/+1
| | | | | | | | | | | | | | | | | | Else sub projects (main dir has sub dirs with own pom files - sub modules) targets are not ignored.
* | | | | | Merge pull request #1374 from richorama/masterBrendan Forster2015-05-141-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | added the orleans.codegen.cs file automatically generated by Orleans
| * | | | | | added the orleans.codegen.cs file automatically generated by OrleansRichard Astbury2015-01-211-0/+1
| | | | | | |
* | | | | | | Merge pull request #1392 from Arvur/masterBrendan Forster2015-05-141-10/+25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Reworked Lazarus.gitignore according to Lazarus Wiki
| * | | | | | | Reworked Lazarus.gitignore according to Lazarus WikiDenis Grinyuk2015-02-031-10/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://wiki.freepascal.org/File_extensions
* | | | | | | | Merge pull request #1496 from Decadence/visual_studio_codeBrendan Forster2015-05-141-0/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add Visual Studio Code .gitignore
| * | | | | | | | Move VS Code to Global folderVictor Isadov2015-05-021-0/+0
| | | | | | | | |