aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | |
| * | | | | | | Add Visual Studio Code .gitignoreVictor Isadov2015-04-301-0/+2
| | | | | | | |
* | | | | | | | Merge pull request #1508 from baudm/masterCarl Suster2015-05-141-1/+0
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Android: Remove redundant pattern for matching build directories
| * | | | | | | Android: Remove redundant pattern for matching build directoriesDarwin Bautista2015-05-071-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | Merge pull request #1513 from damianh/patch-1Brendan Forster2015-05-081-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ASPNET5 -> DNX
| * | | | | | | | ASPNET5 -> DNXDamian Hickey2015-05-081-1/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | As discussed in #1505
* | | | | | | | Merge pull request #1503 from LunicLynx/keep-cache-directoriesBrendan Forster2015-05-081-1/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | add rule to keep track of directories ending in .Cache
| * | | | | | | Update VisualStudio.gitignoreLunicLynx2015-05-061-1/+1
| | | | | | | |
| * | | | | | | add rule to keep track of directories ending in .CacheLunicLynx2015-05-061-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More Information http://blogs.msdn.com/b/msbuild/archive/2008/02/11/what-s-up-with-xxx-sln-cache.aspx
* | | | | | | | Merge pull request #1506 from victorgama/patch-1Carl Suster2015-05-071-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update CocoaPods guide URL
| * | | | | | | | Update CocoaPods guide URLVictor Gama2015-05-071-1/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | This updates the link provided to the CocoaPods documentation regarding whether the Pods directory should be ignored or not.
* | | | | | | | Merge pull request #1505 from sayedihashimi/aspnet5updateBrendan Forster2015-05-071-0/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | adding artifacts and project.lock.json for asp.net 5
| * | | | | | | adding artifacts and project.lock.json for asp.net 5Sayed Ibrahim Hashimi2015-05-061-0/+4
|/ / / / / / /
* | | | | | | Merge pull request #1486 from Gouthamve/patch-1Carl Suster2015-05-021-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update npmjs docs link
| * | | | | | | Fix typo from node_modules to node-modulesGoutham Veeramachaneni2015-04-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Thanks to @arcresu for pointing out!