aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | Fixed/Added ignore rulesErnest Gu2017-01-121-1/+2
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - *.ses files are generated by Freerouting (which is the partially integrated autorouter) - *.dsn files weren't actually being ignored
* | | | | | | | | | Merge pull request #2240 from rogersachan/patch-1Brendan Forster2017-01-121-0/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add debugging files to the gitignore
| * | | | | | | | | | Add debugging files to the gitignoreRoger2017-01-101-0/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #2241 from gep13/patch-1Brendan Forster2017-01-121-1/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Corrected ignore settings for Cake
| * | | | | | | | | | | Corrected ignore settings for CakeGary Ewan Park2017-01-101-1/+2
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - It is recommended to include the packages.config file when using Cake - This ensures that the Cake version that is being used is *pinned* and updated only when the user decides
* | | | | | | | | | | Merge pull request #2242 from mcandre/cmake-TestingBrendan Forster2017-01-111-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | cmake: add Testing/ directory created by ctest
| * | | | | | | | | | cmake: add Testing/ log directoryAndrew Pennebaker2017-01-101-0/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #2223 from exarus/patch-2Brendan Forster2017-01-091-0/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [Android.gitignore] Add .idea/gradle.xml
| * | | | | | | | | | Add .idea/gradle.xmlRuslan Gunawardana2016-12-261-0/+1
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Please refer to [the official guide](https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems). gradle.xml may contain user-specific local Gradle location.
* | | | | | | | | | Merge pull request #2222 from yassu/delete-leading-blankBrendan Forster2017-01-091-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [TeX] delete Leading blanks
| * | | | | | | | | | [TeX] delete Leading blanksyassu2016-12-251-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #2236 from Armada651/patch-1Brendan Forster2017-01-081-1/+0
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | VisualStudio: Don't ignore project filters
| * | | | | | | | | | VisualStudio: Don't ignore project filtersJules Blok2017-01-061-1/+0
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #2234 from koppor/patch-2Brendan Forster2017-01-071-1/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [TeX] Add *.pax
| * | | | | | | | | | Add *.paxOliver Kopp2017-01-051-1/+4
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #2231 from acarabott/masterBrendan Forster2017-01-071-0/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | SublimeText: ignore new Package Control certs
| * | | | | | | | | | SublimeText: ignore new Package Control certsArthur Carabott2017-01-021-0/+3
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package Control now has a number of bundles for certificates instead of the old directory. This ignores them as per http://github.com/wbond/package_control/issues/1153 https://forum.sublimetext.com/t/generating-oscrypto-ca-bundle-crt-after-mac-os-install-and-security/23020 from the author
* | | | | | | | | | Merge pull request #2229 from koppor/patch-1Brendan Forster2017-01-071-0/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [TeX] Add .spl and .soc
| * | | | | | | | | | Add .spl and .socOliver Kopp2016-12-301-0/+6
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - .soc - package changes - .spl - documentclass elsarticle (Elsevier journals) Source: http://tex.stackexchange.com/a/256803/9075
* | | | | | | | | | Merge pull request #2225 from ailisp/masterBrendan Forster2017-01-071-0/+14
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Update CommonLisp.gitignore
| * | | | | | | | | Update CommonLisp.gitignoreailisp2016-12-271-0/+14
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For Clozure Common Lisp, the fast load file is not .fasl or .lisp-temp. It's platform specific. Reference: https://www.cs.utexas.edu/users/jared/Milawa/Support/ccl/doc/ccl-documentation.html
* | | | | | | | | Merge pull request #2217 from XnachO/codeigniter-3.1.2Brendan Forster2016-12-211-0/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | add lines from official codeigniter download
| * | | | | | | | | Deleted the line corresponding to an OS-specific gitignore fileNacho Seluy2016-12-211-2/+0
| | | | | | | | | |
| * | | | | | | | | add lines from official codeigniter downloadJosé I. Seluy2016-12-201-0/+7
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added lines from the zip of Codeigniter-3.1.2
* | | | | | | | | Merge pull request #2215 from TennyZhuang/patch-1Brendan Forster2016-12-141-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | ignore compile_commands.json
| * | | | | | | | | ignore compile_commands.json庄天翼2016-12-141-0/+1
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | CMake may generate `compile_commands.json` file with `set(CMAKE_EXPORT_COMPILE_COMMANDS ON)` Option
* | | | | | | | | Merge pull request #2212 from github/revert-2211-masterBrendan Forster2016-12-091-1/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Revert "添加DS_Store"
| * | | | | | | | | Revert "添加DS_Store"Brendan Forster2016-12-091-1/+0
|/ / / / / / / / /
* | | | | | | | | Merge pull request #2211 from ligun123/masterBrendan Forster2016-12-091-0/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | 添加DS_Store
| * | | | | | | | 添加DS_Storehalloworld2016-06-201-0/+1
| | | | | | | | |
* | | | | | | | | 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