aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add Smalltalk gitignorenewapplesho2015-08-221-0/+18
|
* Merge pull request #1613 from cyrbil/patch-1Brendan Forster2015-08-071-0/+1
|\ | | | | Add ignore for npm debug log files
| * Add ignore for npm debug log filescyrbil2015-08-061-0/+1
|/
* Merge pull request #1370 from SamWhited/patch-2Brendan Forster2015-07-311-0/+3
|\ | | | | Update Android.gitignore to include Android Studio nav temp files
| * Update Android.gitignoreSam Whited2015-01-171-0/+3
| | | | | | Gitignore the temp files directory generated by Android Studio's navigation editor tool.
* | Merge pull request #1604 from Caerbannog/kicadBrendan Forster2015-07-311-0/+2
|\ \ | | | | | | Add KiCad ignore for .bck and .kicad_pcb-bak
| * | Add KiCad ignore for .bck and .kicad_pcb-bakMartin d'Allens2015-07-271-0/+2
| | | | | | | | | | | | These are two other filetypes that KiCad creates before overwriting something.
* | | Merge pull request #1578 from nex3/patch-1Brendan Forster2015-07-311-0/+1
|\ \ \ | |/ / |/| | Update Dart.gitignore
| * | Update Dart.gitignoreNatalie Weizenbaum2015-06-301-0/+1
| | | | | | | | | As of Dart 1.12, the pub package manager will start generating a .packages file that will eventually replace the packages/ directory.
* | | Merge pull request #1599 from sfhardman/masterBrendan Forster2015-07-241-0/+8
|\ \ \ | | | | | | | | Ignores for Visual Studio Lightswitch
| * | | Correct capitalisation of LightSwitch and omit generated.parameters.xmlsfhardman2015-07-241-2/+1
| | | |
| * | | Add newline at EOFsfhardman2015-07-231-1/+1
| | | |
| * | | Add ignores for Visual Studio Lightswitch build outputsfhardman2015-07-231-0/+9
|/ / /
* | | Merge pull request #1590 from JimiC/Optional_Ignore_wwwrootBrendan Forster2015-07-151-0/+2
|\ \ \ | | | | | | | | Adding optional ignore proposal for wwwroot folder
| * | | Adding optional ignore proposal for wwwroot folderJimiC2015-07-131-0/+2
| | | | | | | | | | | | There are use cases where you have gulp/grunt tasks that create the static files of a project from bower_components, images, scripts folders.
* | | | Merge pull request #1557 from piccaso/typo3Carl Suster2015-07-151-7/+9
|\ \ \ \ | | | | | | | | | | Update Typo3.gitignore for CMS v6.2
| * | | | Update Typo3.gitignore for CMS v6.2Florian Fida2015-06-171-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Typo3 now has an official way of overriding Configuration (AdditionalConfiguration.php). /t3lib has moved into the /typo3 Directory. Removed v4 specific ignores because it is deprecated and should no longer be used. There were ignores missing for the symlinked setup.
* | | | | Merge pull request #1531 from emlai/patch-1Carl Suster2015-07-151-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Add CMakeScripts directory
| * | | | | Add CMakeScripts directoryEmil Laine2015-05-231-0/+1
| | | | | | | | | | | | | | | | | | Used by some build configurations, e.g. Xcode.
* | | | | | Merge pull request #1519 from github/revert-1465-patch-1Carl Suster2015-07-151-1/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Revert "Update Maven.gitignore"
| * | | | | | Revert "Update Maven.gitignore"Brendan Forster2015-05-141-1/+0
| | | | | | |
* | | | | | | Merge pull request #1525 from LayZeeDK/patch-1Carl Suster2015-07-151-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add trailing slash to .sass-cache
| * | | | | | | Add slash to .sass-cacheLars Gyrup Brink Nielsen2015-05-151-1/+1
| |/ / / / / / | | | | | | | | | | | | | | Add slash to `.sass-cache` to signify intent of matching directories.
* | | | | | | Merge pull request #1530 from katrinleinweber/patch-1Carl Suster2015-07-151-0/+3
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | ignore OAuth2 token
| * | | | | | ignore OAuth2 tokenKatrin Leinweber2015-05-201-0/+3
| | |/ / / / | |/| | | | | | | | | | Created for example when using https://github.com/jennybc/googlesheets
* | | | | | Merge pull request #1567 from todd/ruby_spec_examplesCarl Suster2015-07-061-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore Default RSpec State File http://rspec.info/blog/2015/06/rspec-3-3-has-been-released/
| * | | | | | Ignore Default RSpec State FileTodd Bealmear2015-06-251-0/+1
| | | | | | |
* | | | | | | 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 ```