aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix gitignore syntaxAndrew Pennebaker2016-12-071-2/+2
| | | Some .gitignore parsers interpret directory vs non-directory patterns strictly (e.g. monochromegane/go-gitignore), so a `node_modules` pattern would not necessarily match against a real `node_modules` directory. It's generally safe to add a trailing slash to directory .gitignore patterns.
* Merge pull request #2209 from vkusvody/tex.expexBrendan Forster2016-12-071-0/+3
|\ | | | | Added pattern for expex forward references
| * Added pattern for expex forward referencesVanya Kapitonov2016-12-061-0/+3
| |
* | Merge pull request #2208 from roubles/masterBrendan Forster2016-12-061-2/+4
|\ \ | |/ |/| Existing .gitignore for vim incorrectly matched matched ".swq" through ".swz".
| * Existing .gitignore for vim incorrectly matched matched ".swq" through ".swz".roubles2016-12-051-2/+4
|/ | | | | While will never be generated by the vim source code. http://unix.stackexchange.com/questions/326707/vim-what-are-all-the-possible-swapfile-extensions
* Merge pull request #2207 from sshaw/masterBrendan Forster2016-12-021-12/+26
|\ | | | | Add zip and gzip extensions to Perl.gitignore
| * Annotate some of the Perl entriessshaw2016-12-011-14/+25
| |
| * Add zip and gzip extensions to Perl.gitignoresshaw2016-12-011-0/+3
|/ | | | ExtUtils::MakeMaker based builds can generate .zip and .gz files
* Merge pull request #2205 from mems/patch-2Brendan Forster2016-12-011-1/+2
|\ | | | | Add ehthumbs_vista.db as Windows thumbnail cache file
| * Add ehthumbs_vista.db as Windows thumbnail cache fileMemmie Lenglet2016-11-301-1/+2
| | | | | | | | | | | | | | | | | | As Windows Vista Media Center thumbnails References: - https://nctritech.wordpress.com/tag/ehthumbs_vista-db/ - https://thumbsviewer.github.io/ - https://www.file-extensions.org/db-file-extension-windows-thumbnail-database
* | Merge pull request #2206 from mattgerstman/masterBrendan Forster2016-12-011-1/+1
|\ \ | |/ |/| Standardize comment capitalization in go
| * Standardize comment capitalizationMatthew Gerstman2016-11-301-1/+1
|/
* Merge pull request #2202 from rolando-contribute/python-wheels-ignoreBrendan Forster2016-11-281-0/+1
|\ | | | | Ignore wheels directory.
| * Ignore wheels directory.Rolando Espinoza2016-11-261-0/+1
| | | | | | | | As eggs/ directory, wheels directory may contain compiled wheels.
* | Merge pull request #2201 from thomwiggers/tex-endnotesBrendan Forster2016-11-281-0/+3
|\ \ | |/ |/| TeX: ignore endnotes *.ent files
| * TeX: ignore endnotes *.ent filesThom Wiggers2016-11-261-0/+3
|/ | | | | The `endnotes` package generates `*.ent` files. These should also be ignored.
* Merge pull request #2200 from Hastegan/masterBrendan Forster2016-11-251-1/+1
|\ | | | | Symfony: Fix rule for backed up entities
| * Symfony: Fix rule for backed up entitieshastegan2016-11-241-1/+1
| |
* | Merge pull request #2199 from Alice94/patch-2Brendan Forster2016-11-251-0/+1
|\ \ | |/ |/| Add missing beamer temporary file extension
| * Update TeX.gitignoreAlice942016-11-241-0/+1
|/ | | Add missing beamer temporary file extension
* Merge pull request #2194 from davormas/masterBrendan Forster2016-11-211-0/+1
|\ | | | | Modified VS Code .gitignore
| * Modified VS Code .gitignoreDavor Mas2016-11-211-0/+1
|/ | | | | Added extensions.json as exception in .vscode folder. File is used as extensions recommendation for project.
* Merge pull request #2189 from HenrikWM/patch-1Brendan Forster2016-11-161-1/+1
|\ | | | | Replace DNX with .NET Core
| * Replace DNX with .NET CoreHenrik W. Moe2016-11-161-1/+1
|/
* Merge pull request #2187 from Stevoisiak/patch-1Brendan Forster2016-11-151-0/+3
|\ | | | | Ignore *.ctxt in Java.gitignore
| * Add rule to ignore *.ctxt to Java.gitignoreSteven Vascellaro2016-11-151-0/+3
|/ | | .ctxt files are generated automatically each time a project is compiled in BlueJ.
* Merge pull request #2185 from robinkanters/bower-assetsBrendan Forster2016-11-141-3/+0
|\ | | | | Removed bower asset exclusion
| * Removed bower asset exclusionRobin Kanters2016-11-131-3/+0
|/ | | | | This is recommended by the Symfony docs: http://symfony.com/doc/current/frontend/bower.html#should-i-git-ignore-or-commit-bower-assets
* Merge pull request #2181 from Levityx/masterBrendan Forster2016-11-081-3/+1
|\ | | | | Change *.mtc patterns to single *.mtc[0-9]*
| * Change *.mt patterns to single *.mtc[0-9]*Al Levity2016-11-071-3/+1
|/
* Merge pull request #2180 from ChuckFork/masterBrendan Forster2016-11-061-1/+1
|\ | | | | ignore Properties/launchSettings.json even if Properties is a subfolder
| * ignore Properties/launchSettings.json even if Properties is a subfolderChuckLu2016-11-071-1/+1
|/
* Merge pull request #2130 from JasonGross/patch-1Brendan Forster2016-11-061-1/+28
|\ | | | | Update Coq.gitignore
| * Add mllib, mlpack filesJason Gross2016-10-111-0/+2
| |
| * Add .nativeJason Gross2016-10-111-0/+1
| |
| * Update Coq.gitignoreJason Gross2016-10-111-1/+25
| | | | | | Add various files that show up when you run tactics (the *.cache in 8.4 and 8.5, .*.cache in 8.6), build plugins (the various OCaml files), and for the native compiler of Coq 8.5.
* | Merge pull request #2128 from stapelberg/patch-3Brendan Forster2016-11-061-0/+15
|\ \ | | | | | | autotools.gitignore: add missing files
| * | autotools.gitignore: add missing filesMichael Stapelberg2016-10-111-0/+15
| |/ | | | | See the full list of scripts documented in AC_CONFIG_AUX_DIR in https://www.gnu.org/software/automake/manual/html_node/Optional.html
* | Merge pull request #2145 from rkrp/laravel_cache_gitignoreBrendan Forster2016-11-061-1/+0
|\ \ | | | | | | Laravel: fixed incorrect ignoring of cache folder
| * | laravel: fixed incorrect ignoring of cache folderKrishna Ram Prakash R2016-10-211-1/+0
| | |
* | | Merge pull request #2140 from appleboy/patch-2Brendan Forster2016-11-061-0/+1
|\ \ \ | | | | | | | | Ignore Passport-generated OAuth keys
| * | | Ignore Passport-generated OAuth keysBo-Yi Wu2016-10-171-0/+1
| | | |
* | | | Merge pull request #2132 from rpowelll/patch-1Brendan Forster2016-11-061-0/+1
|\ \ \ \ | | | | | | | | | | Update Elixir.gitignore
| * | | | Update Elixir.gitignoreRhys Powell2016-10-121-0/+1
| | |_|/ | |/| | | | | | This should really ignore compiled .beam files as well
* | | | Merge pull request #2134 from morrislaptop/patch-1Brendan Forster2016-11-061-0/+4
|\ \ \ \ | | | | | | | | | | Add yarn ignored file
| * | | | Add yarn ignored fileCraig Morris2016-10-121-0/+4
| |/ / /
* | | | Merge pull request #2155 from troyp/masterBrendan Forster2016-11-061-0/+6
|\ \ \ \ | | | | | | | | | | elisp: add emacs backup files and undo-tree save-history files
| * | | | add final newlineTroy Pracy2016-10-271-1/+1
| | | | |
| * | | | add undo-tree save-filesTroy Pracy2016-10-271-1/+4
| | | | |
| * | | | add backup files (*~)Troy Pracy2016-10-271-0/+3
| | | | |