Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gitignore: ignore all vim swap files | Paul Harris | 2017-06-09 | 1 | -1/+1 |
| | | | | Closes #1561 | ||||
* | build: Install zsh completion | Daniel Shahaf | 2015-11-24 | 1 | -0/+1 |
| | | | | | Fixes #534 Closes #537 | ||||
* | gitignore: Sort for readability | Jay Satiro | 2015-08-18 | 1 | -29/+29 |
| | | | | find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}' | ||||
* | gitignore: Ignore Windows build output directories | Jay Satiro | 2015-04-16 | 1 | -0/+2 |
| | |||||
* | gitignore: ignore test-driver file | Matthew Hall | 2015-04-13 | 1 | -0/+1 |
| | |||||
* | Revert "repository: ignore patch files generated by git" | Kamil Dudka | 2014-11-24 | 1 | -1/+0 |
| | | | | | | This reverts commit 217024a687ce86eb6d2317822ed81c7e5abc4b61. Bug: https://github.com/bagder/curl/commit/217024a6#commitcomment-8693738 | ||||
* | gitignore: ignore .dirstamp files | Daniel Stenberg | 2013-12-18 | 1 | -0/+1 |
| | |||||
* | repository: ignore patch files generated by git | Alexander Klauer | 2013-02-22 | 1 | -0/+1 |
| | | | | Ignores the patch files generated by the 'git format-patch' command. | ||||
* | Moved some patterns to subfolder's .gitignore. | Guenter Knauf | 2012-07-03 | 1 | -5/+0 |
| | |||||
* | Added files generated by mingw32, eclipse and VC. | Guenter Knauf | 2012-07-03 | 1 | -0/+8 |
| | | | | Posted by Marc Hoersken. | ||||
* | gitignore: config.cache | Daniel Stenberg | 2011-06-30 | 1 | -0/+1 |
| | |||||
* | ignore: CHANGES.dist gets generated by maketgz | Daniel Stenberg | 2010-06-21 | 1 | -0/+1 |
| | |||||
* | ignore files generated by 'maketgz' | Daniel Stenberg | 2010-04-14 | 1 | -0/+4 |
| | |||||
* | more files to ignore | Daniel Stenberg | 2010-03-21 | 1 | -1/+1 |
| | |||||
* | provide an initial set of .gitignore files | Daniel Stenberg | 2010-03-20 | 1 | -0/+38 |